Home
last modified time | relevance | path

Searched defs:NonNull (Results 1 – 10 of 10) sorted by relevance

/llvm-project/llvm/unittests/ExecutionEngine/Orc/
H A DExecutorAddressTest.cpp22 ExecutorAddr NonNull(1); TEST() local
/llvm-project/compiler-rt/lib/orc/tests/unit/
H A Dexecutor_address_test.cpp27 ExecutorAddr NonNull(1); in TEST() local
/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DNonNullParamChecker.cpp56 for (const auto *NonNull : FD->specific_attrs<NonNullAttr>()) { in setBitsAccordingToFunctionAttributes() local
/llvm-project/llvm/utils/TableGen/Basic/
H A DCodeGenIntrinsics.h114 NonNull, global() enumerator
/llvm-project/clang/include/clang/Basic/
H A DSpecifiers.h335 NonNull = 0, global() enumerator
/llvm-project/clang/lib/Sema/
H A DSemaExprObjC.cpp1595 static const uint8_t NonNull = 1; getMessageSendResultType() local
H A DSemaChecking.cpp3030 for (const auto *NonNull : FDecl->specific_attrs<NonNullAttr>()) { CheckNonNullArguments() local
11619 for (const auto *NonNull : FD->specific_attrs<NonNullAttr>()) { DiagnoseAlwaysNonNullPointer() local
[all...]
/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp2523 static Value *const NonNull = reinterpret_cast<Value *>(uintptr_t(1)); getFreelyInvertedImpl() local
[all...]
/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIISelLowering.cpp7088 SDValue NonNull = DAG.getSetCC(SL, MVT::i1, Src, FlatNullPtr, ISD::SETNE); lowerADDRSPACECAST() local
7111 SDValue NonNull lowerADDRSPACECAST() local
/llvm-project/clang/lib/AST/
H A DExprConstant.cpp6219 EvaluateCallArg(const ParmVarDecl * PVD,const Expr * Arg,CallRef Call,EvalInfo & Info,bool NonNull=false) EvaluateCallArg() argument
6267 bool NonNull = !ForbiddenNullArgs.empty() && ForbiddenNullArgs[Idx]; EvaluateArgs() local