| /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/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/games/warp/ |
| object.c | 30 obj = Null(OBJECT*);
|
| term.h | 233 #define forceme(c) ioctl(_tty_ch,TIOCSTI,Null(long*)) /* ghad! */ 256 EXT char *BC INIT(NULL); /* backspace character */ 257 EXT char *UP INIT(NULL); /* move cursor up one line */ 260 EXT char *ND INIT(NULL); /* non-destructive cursor right */ 262 EXT char *DO INIT(NULL); /* move cursor down one line */ 264 EXT char *CR INIT(NULL); /* get to left margin, somehow */ 265 EXT char *VB INIT(NULL); /* visible bell */ 266 EXT char *CL INIT(NULL); /* home and clear screen */ 267 EXT char *CE INIT(NULL); /* clear to end of line */ 268 EXT char *CM INIT(NULL); /* cursor motion -- PWP * [all...] |
| term.c | 33 /* guarantee capability pointer != NULL */ 58 KEYMAP *topmap INIT(NULL); 176 UC = nullstr; /* UC must not be NULL */ 309 if (tmpfp != NULL) { 310 while (fgets(tcbuf,1024,tmpfp) != NULL) { 327 if (topmap == NULL) 349 curmap->km_ptr[ch].km_str = NULL; 352 if (curmap->km_ptr[ch].km_km == NULL) 376 map = Null(KEYMAP*); 379 map->km_ptr[i].km_km = NULL; [all...] |
| /src/crypto/external/bsd/heimdal/dist/lib/hx509/ |
| print.c | 73 *str = NULL; 77 if (s == NULL) 90 * @param ctx the context to the print function. If the ctx is NULL, 102 if (f == NULL) 199 *s = NULL; 206 if (*s == NULL) { 222 if (ctx->vprint_func == NULL) 508 &dpname, NULL); 524 if (ret == 0 && s != NULL) { 766 { ext(subjectDirectoryAttributes, Null), M_N_C } [all...] |
| /src/external/apache2/llvm/dist/clang/lib/AST/ |
| TemplateBase.cpp | 191 case Null: 192 llvm_unreachable("Should not have a NULL template argument"); 246 case Null: 281 case TemplateArgument::Null: 308 case Null: 362 case Null: 407 case Null: 420 case Null: 532 case TemplateArgument::Null: 542 case TemplateArgument::Null [all...] |
| /src/games/hack/ |
| hack.do_wear.c | 403 if ((otmp = uleft) != Null(obj)) { 407 if ((otmp = uright) != Null(obj)) { 412 if ((otmp = uwep) != Null(obj)) {
|
| hack.do.c | 305 if ((mtmp = m_at(u.ux, u.uy)) != NULL) 379 obfree(obj, Null(obj)); 382 obfree(obj, Null(obj)); 386 obfree(obj, Null(obj));
|
| hack.h | 72 #define Null(type) ((struct type *) 0)
|
| hack.potion.c | 364 obfree(obj, Null(obj));
|
| /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/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/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/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
|
| eventlib.c | 79 ctx->cur = NULL; 83 ctx->output = NULL; 86 ctx->conns = NULL; 90 ctx->files = NULL; 92 ctx->pollfds = NULL; 108 ctx->fdNext = NULL; 115 ctx->fdTable = NULL; 122 ctx->streams = NULL; 123 ctx->strDone = NULL; 124 ctx->strLast = NULL; [all...] |
| /src/external/gpl3/gcc/dist/libgcc/config/ft32/ |
| crti-hw.S | 183 # Null function for unassigned interrupt to point at
|
| /src/external/gpl3/gcc.old/dist/libgcc/config/ft32/ |
| crti-hw.S | 183 # Null function for unassigned interrupt to point at
|
| /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
|
| /src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/ |
| PDBTypes.h | 293 Null,
|
| /src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/Native/ |
| NativeRawSymbol.cpp | 381 return PDB_LocType::Null;
|
| /src/external/apache2/llvm/dist/clang/lib/Sema/ |
| SemaTemplateVariadic.cpp | 470 // FIXME: We shouldn't need this null check! 1107 case TemplateArgument::Null: 1157 case TemplateArgument::Null: 1271 // prevent the result from being a null pointer constant.
|
| /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/Support/ |
| JSON.cpp | 182 case Value::Null: 416 // Bare null/true/false are easy - first char identifies them. 420 parseError("Invalid JSON value (null?)"); 501 // Read the number into a string. (Must be null-terminated for strto*). 741 case Value::Null: 743 OS << "null";
|