Home
last modified time | relevance | path

Searched refs:checkTargetFeatures (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCodeGenFunction.cpp2435 void CodeGenFunction::checkTargetFeatures(const CallExpr *E, in checkTargetFeatures() function in CodeGenFunction
2437 return checkTargetFeatures(E->getBeginLoc(), TargetDecl); in checkTargetFeatures()
2442 void CodeGenFunction::checkTargetFeatures(SourceLocation Loc, in checkTargetFeatures() function in CodeGenFunction
H A DCodeGenFunction.h3958 void checkTargetFeatures(const CallExpr *E, const FunctionDecl *TargetDecl);
3959 void checkTargetFeatures(SourceLocation Loc, const FunctionDecl *TargetDecl);
H A DCGCall.cpp4618 checkTargetFeatures(Loc, FD); in EmitCall()
H A DCGBuiltin.cpp5093 checkTargetFeatures(E, FD); in EmitBuiltinExpr()