Home
last modified time | relevance | path

Searched defs:IntT (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/flang/lib/Evaluate/
H A Dfold-character.cpp57 using IntT = SubscriptInteger; in FoldIntrinsicFunction() typedef
H A Dfold-logical.cpp87 using IntT = typename std::decay_t<decltype(ix)>::Result; in FoldIntrinsicFunction() typedef
/llvm-project-15.0.7/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp3008 Type *IntT = in emitGlobalConstantVector() local
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaChecking.cpp14255 static bool checkOpenCLEnqueueIntType(Sema &S, Expr *E, const QualType &IntT) { in checkOpenCLEnqueueIntType()