Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaDecl.cpp16111 bool ConstWithoutExceptions = in AddKnownFunctionAttributes() local
16114 (ConstWithoutErrnoAndExceptions || ConstWithoutExceptions) && in AddKnownFunctionAttributes()
16117 (!ConstWithoutExceptions || NoExceptions)) in AddKnownFunctionAttributes()
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGBuiltin.cpp2226 bool ConstWithoutExceptions = in EmitBuiltinExpr() local
2229 ((ConstWithoutErrnoAndExceptions || ConstWithoutExceptions) && in EmitBuiltinExpr()