| /src/external/apache2/llvm/dist/clang/include/clang/AST/ |
| TemplateArgumentVisitor.h | 35 DISPATCH(Null); 57 VISIT_METHOD(Null);
|
| TemplateBase.h | 68 Null = 0, 77 /// The template argument is a null pointer or null pointer to member that 152 constexpr TemplateArgument() : TypeOrValue({Null, 0}) {} 248 bool isNull() const { return getKind() == Null; } 286 /// Retrieve the type for null non-type template argument. 338 /// returns a null QualType.
|
| /src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/ |
| WebAssemblyLowerGlobalDtors.cpp | 98 break; // Found a null terminator, skip the rest. 183 Value *Null = ConstantPointerNull::get(VoidStar); 184 Value *Args[] = {CallDtors, Null, DsoHandle};
|
| /src/external/apache2/llvm/dist/libcxx/benchmarks/ |
| function.bench.cpp | 21 Null, 32 static constexpr const char* Names[] = {"Null", 86 case FunctionType::Null: 194 static bool skip() { return FunctionType() == ::FunctionType::Null; } 208 static bool skip() { return FunctionType() == ::FunctionType::Null; }
|
| /src/external/apache2/llvm/dist/llvm/lib/Transforms/ObjCARC/ |
| ObjCARCContract.cpp | 476 // objc_initWeak(p, null) => *p = null 479 Value *Null = ConstantPointerNull::get(cast<PointerType>(CI->getType())); 481 new StoreInst(Null, CI->getArgOperand(0), CI); 484 << " New = " << *Null << "\n"); 486 CI->replaceAllUsesWith(Null);
|
| /src/games/hack/ |
| hack.h | 72 #define Null(type) ((struct type *) 0)
|
| /src/lib/libc/isc/ |
| eventlib_p.h | 50 #define OK(x) if ((x) < 0) EV_ERR(errno); else (void)NULL 52 else (void)NULL 54 #define NEW(p) if (((p) = memget(sizeof *(p))) != NULL) \ 57 (void)NULL; 169 enum { Accept, File, Stream, Timer, Wait, Free, Null } type; 177 struct { const void *placeholder; } null; member in union:evEvent_p::__anon367
|
| /src/external/apache2/llvm/dist/llvm/include/llvm/Support/ |
| JSON.h | 130 // operator[] acts as if Value was default-constructible as null. 222 /// - null: nullptr 235 /// null (nullptr_t) 287 /// Expected<Value> E = json::parse("[1, 2, null]"); 292 Null, 302 // It would be nice to have Value() be null. But that would make {} null too. 380 return Null; 638 /// "name": /* expected string */ null, 691 P.report("expected null"); [all...] |
| /src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/ |
| ValueMapper.cpp | 343 assert(I->second && "Unexpected null mapping"); 455 "Unexpected null mapping for constant operand without " 1027 Constant *Null = Constant::getNullValue(VoidPtrTy); 1028 NewV = ConstantStruct::get(cast<StructType>(EltTy), E1, E2, Null);
|
| /src/external/bsd/libbind/dist/isc/ |
| eventlib_p.h | 50 #define OK(x) if ((x) < 0) EV_ERR(errno); else (void)NULL 52 else (void)NULL 54 #define NEW(p) if (((p) = memget(sizeof *(p))) != NULL) \ 57 (void)NULL; 169 enum { Accept, File, Stream, Timer, Wait, Free, Null } type; 177 struct { const void *placeholder; } null; member in union:evEvent_p::__anon7181
|
| /src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
| CGExprComplex.cpp | 239 llvm::Constant *Null = llvm::Constant::getNullValue(CGF.ConvertType(Elem)); 240 return ComplexPairTy(Null, Null); 245 llvm::Constant *Null = 247 return ComplexPairTy(Null, Null); 806 // If LHS was a real, supply a null imaginary part. 1090 // Empty init list initializes to null
|
| CGDecl.cpp | 667 // SubStmt might be null; as in missing decl or conditional of an if-stmt. 1318 /// \return a pointer to the temporary size Value if a marker was emitted, null 2532 // object. But first, store a null into 'dest' because 2534 llvm::Value *Null = CGM.EmitNullConstant(D.getType()); 2535 EmitStoreOfScalar(Null, lv, /* isInitialization */ true); 2586 // to emit null checks for args in the function body itself.
|
| /src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/ |
| PDBTypes.h | 293 Null,
|
| /src/external/apache2/llvm/dist/llvm/lib/Analysis/ |
| ConstantFolding.cpp | 102 /// This always returns a non-null constant, but it may be a 722 // Append NULL at the end. 754 /// otherwise DL is null. 1046 /// returned, if not, null is returned. Note that this function can fail when 1232 // fold: icmp (inttoptr x), null -> icmp x, 0 1233 // fold: icmp null, (inttoptr x) -> icmp 0, x 1234 // fold: icmp (ptrtoint x), 0 -> icmp x, null 1235 // fold: icmp 0, (ptrtoint x) -> icmp null, x 1250 Constant *Null = Constant::getNullValue(C->getType()); 1251 return ConstantFoldCompareInstOperands(Predicate, C, Null, DL, TLI) [all...] |
| InstructionSimplify.cpp | 216 // fully added to a function, the parent nodes may still be null. Simply 288 /// Returns the simpler value, or null if none was found. 388 /// otherwise returns null. 416 // If they both failed to simplify then return null. 460 /// value. Returns the common value if so, otherwise returns null. 512 /// value, otherwise returns null. 555 /// otherwise returns null. 611 /// If not, this returns null. 730 /// If not, this returns null. 836 // Variations on GEP(base, I, ...) - GEP(base, i, ...) -> GEP(null, I-i, ...) [all...] |
| /src/external/apache2/llvm/dist/llvm/lib/Transforms/Coroutines/ |
| CoroSplit.cpp | 257 // a null continuation. 433 // is Null, and if so, jump to the appropriate label to handle cleanup from the 578 // We use a null call graph because there's no call graph node for 988 // Eliminate coro.free from the clones, replacing it with 'null' in cleanup, 1054 // call i8* @llvm.coro.begin(i8* null, i32 0, i8* null, 1883 // %0 = call i8* @llvm.coro.subfn.addr(i8* null, i8 -1) 1885 // call void %1(i8* null) 1890 auto *Null = ConstantPointerNull::get(Type::getInt8PtrTy(Context)); 1892 Lowerer.makeSubFnCall(Null, CoroSubFnInst::RestartTrigger, InsertPt) [all...] |
| /src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/ |
| GCOVProfiling.cpp | 1378 Constant *Null = Constant::getNullValue(GV->getValueType()); 1379 Builder.CreateStore(Null, GV);
|
| /src/external/apache2/llvm/dist/llvm/lib/CodeGen/ |
| CodeGenPrepare.cpp | 1367 assert(L && "L should not be null after isIVIncrement()"); 2236 auto *Null = Constant::getNullValue(ScalableVectorTy->getPointerTo()); 2239 ConstantExpr::getGetElementPtr(ScalableVectorTy, Null, One); 2489 // BaseReg both being zero actually means a null pointer value, which we 3499 // scale reg is not null, we cannot handle this case due to merge of 3561 // Keep track of keys where the value is null. We will need to replace it 3562 // with constant null when we know the common type. 3577 assert(CommonType && "At least one non-null value must be!"); 4137 /// \return NULL if no promotable action is possible with the current 4463 /// If \p MovedAway is not NULL, it contains the information of whether o [all...] |