Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaDecl.cpp16711 bool ConstWithoutErrnoAndExceptions = in AddKnownFunctionAttributes() local
16716 (ConstWithoutErrnoAndExceptions || ConstWithoutExceptions) && in AddKnownFunctionAttributes()
16717 (!ConstWithoutErrnoAndExceptions || in AddKnownFunctionAttributes()
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGBuiltin.cpp2614 bool ConstWithoutErrnoAndExceptions = in EmitBuiltinExpr() local
2635 ConstWithoutErrnoAndExceptions || ConstWithoutExceptions; in EmitBuiltinExpr()
2642 ConstWithoutErrnoOrExceptions && !ConstWithoutErrnoAndExceptions; in EmitBuiltinExpr()