Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/Interp/
H A DInterpBuiltin.cpp141 auto isStdCall = [](const FunctionDecl *F) -> bool { in interp__builtin_is_constant_evaluated() local
147 if (Caller->Caller && isStdCall(Caller->getCallee())) { in interp__builtin_is_constant_evaluated()