Home
last modified time | relevance | path

Searched refs:CheckNew (Results 1 – 6 of 6) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/
H A DLangOptions.h528 bool CheckNew = false; variable
H A DLangOptions.def494 BENIGN_LANGOPT(CheckNew, 1, 0, "Do not assume C++ operator new may not return NULL")
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DExprCXX.cpp280 if (getOperatorNew()->getLangOpts().CheckNew) in shouldNullCheckAllocation()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprCXX.cpp3199 !getLangOpts().CheckNew) in DeclareGlobalAllocationFunction()
H A DSemaDecl.cpp16610 !getLangOpts().CheckNew) in AddKnownFunctionAttributesForReplaceableGlobalAllocationFunction()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Driver/
H A DOptions.td6164 LangOpts<"CheckNew">, DefaultFalse,