Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/CodeGen/
DCodeGenFunction.cpp2337 void CodeGenFunction::checkTargetFeatures(const CallExpr *E, in checkTargetFeatures() function in CodeGenFunction
2339 return checkTargetFeatures(E->getBeginLoc(), TargetDecl); in checkTargetFeatures()
2344 void CodeGenFunction::checkTargetFeatures(SourceLocation Loc, in checkTargetFeatures() function in CodeGenFunction
DCodeGenFunction.h3891 void checkTargetFeatures(const CallExpr *E, const FunctionDecl *TargetDecl);
3892 void checkTargetFeatures(SourceLocation Loc, const FunctionDecl *TargetDecl);
DCGCall.cpp4328 checkTargetFeatures(Loc, FD); in EmitCall()
DCGBuiltin.cpp4857 checkTargetFeatures(E, FD); in EmitBuiltinExpr()
/external/clang/lib/CodeGen/
DCodeGenFunction.cpp1956 void CodeGenFunction::checkTargetFeatures(const CallExpr *E, in checkTargetFeatures() function in CodeGenFunction
DCodeGenFunction.h2829 void checkTargetFeatures(const CallExpr *E, const FunctionDecl *TargetDecl);
DCGExpr.cpp4010 checkTargetFeatures(E, FD); in EmitCall()
DCGBuiltin.cpp2394 checkTargetFeatures(E, FD); in EmitBuiltinExpr()