Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDecl.cpp16492 bool ConstWithoutExceptions = in AddKnownFunctionAttributes() local
16495 (ConstWithoutErrnoAndExceptions || ConstWithoutExceptions) && in AddKnownFunctionAttributes()
16498 (!ConstWithoutExceptions || NoExceptions)) in AddKnownFunctionAttributes()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGBuiltin.cpp2627 bool ConstWithoutExceptions = in EmitBuiltinExpr() local
2646 ConstWithoutErrnoAndExceptions || ConstWithoutExceptions; in EmitBuiltinExpr()