Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/
H A DInterpBuiltin.cpp149 auto isStdCall = [](const FunctionDecl *F) -> bool { in interp__builtin_is_constant_evaluated() local
158 (Depth == 0 || (Depth == 1 && isStdCall(Frame->getCallee())))) { in interp__builtin_is_constant_evaluated()
159 if (Caller && isStdCall(Frame->getCallee())) { in interp__builtin_is_constant_evaluated()