Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/Sema/
H A DSemaDecl.cpp16109 bool ConstWithoutErrnoAndExceptions = in AddKnownFunctionAttributes() local
16114 (ConstWithoutErrnoAndExceptions || ConstWithoutExceptions) && in AddKnownFunctionAttributes()
16115 (!ConstWithoutErrnoAndExceptions || in AddKnownFunctionAttributes()
/openbsd/gnu/llvm/clang/lib/CodeGen/
H A DCGBuiltin.cpp2224 bool ConstWithoutErrnoAndExceptions = in EmitBuiltinExpr() local
2229 ((ConstWithoutErrnoAndExceptions || ConstWithoutExceptions) && in EmitBuiltinExpr()
2230 (!ConstWithoutErrnoAndExceptions || (!getLangOpts().MathErrno)))) { in EmitBuiltinExpr()