Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDecl.cpp16490 bool ConstWithoutErrnoAndExceptions = in AddKnownFunctionAttributes() local
16495 (ConstWithoutErrnoAndExceptions || ConstWithoutExceptions) && in AddKnownFunctionAttributes()
16496 (!ConstWithoutErrnoAndExceptions || in AddKnownFunctionAttributes()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGBuiltin.cpp2625 bool ConstWithoutErrnoAndExceptions = in EmitBuiltinExpr() local
2646 ConstWithoutErrnoAndExceptions || ConstWithoutExceptions; in EmitBuiltinExpr()
2653 ConstWithoutErrnoOrExceptions && !ConstWithoutErrnoAndExceptions; in EmitBuiltinExpr()