Home
last modified time | relevance | path

Searched defs:CExp (Results 1 – 3 of 3) sorted by relevance

/llvm-project/flang/runtime/Float128Math/
H A Dcomplex-math.h26 #define CExp(x) cexpq(x) macro
47 #define CExp(x) cexpl(x) macro
/llvm-project/clang/lib/CodeGen/
H A DCGCall.cpp1026 llvm::Type *EltTy = ConvertType(CExp->EltTy); in getExpandedTypes() local
/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteModernObjC.cpp5080 if (CXXConstructExpr *CExp = dyn_cast<CXXConstructExpr>(ND->getInit())) { RewriteByRefVar() local