Home
last modified time | relevance | path

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

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