Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGCall.h101 CGCallee(const FunctionDecl *builtinDecl, unsigned builtinID) in CGCallee()
121 static CGCallee forBuiltin(unsigned builtinID, in forBuiltin()
H A DCGExpr.cpp4881 if (auto builtinID = FD->getBuiltinID()) { in EmitDirectCallee() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaExprObjC.cpp3680 unsigned builtinID = fn->getBuiltinID(); in checkCallToFunction() local