/third_party/glslang/Test/ |
D | cppComplexExpr.vert | 108 #if UNDEF 114 #if VAL1 || UNDEF 120 #if VAL1 && UNDEF // UNDEF ERROR 123 #if VAL0 || UNDEF // UNDEF ERROR 126 #if VAL0 && UNDEF 132 #if VAL1 || (VAL1 && UNDEF) 138 #if VAL1 && (VAL1 || UNDEF) 144 #if VAL1 < VAL1 || VAL1 > VAL1 || UNDEF // UNDEF ERROR 147 #if VAL1 < VAL1 || VAL1 > VAL1 && UNDEF 150 #if VAL1 || UNDEF && UNDEF2 [all …]
|
/third_party/elfutils/tests/ |
D | run-readelf-s.sh | 130 0: 0000000000000000 0 NOTYPE LOCAL DEFAULT UNDEF 132 2: 0000000000000000 0 NOTYPE WEAK DEFAULT UNDEF _ITM_deregisterTMCloneTable 133 3: 0000000000000000 0 FUNC GLOBAL DEFAULT UNDEF __libc_start_main@GLIBC_2.2.5 (2) 134 4: 0000000000000000 0 NOTYPE WEAK DEFAULT UNDEF __gmon_start__ 135 5: 0000000000000000 0 NOTYPE WEAK DEFAULT UNDEF _Jv_RegisterClasses 136 6: 0000000000000000 0 NOTYPE WEAK DEFAULT UNDEF _ITM_registerTMCloneTable 137 7: 0000000000000000 0 FUNC WEAK DEFAULT UNDEF __cxa_finalize@GLIBC_2.2.5 (2) 151 0: 0000000000000000 0 NOTYPE LOCAL DEFAULT UNDEF 206 55: 0000000000000000 0 NOTYPE WEAK DEFAULT UNDEF _ITM_deregisterTMCloneTable 211 60: 0000000000000000 0 FUNC GLOBAL DEFAULT UNDEF __libc_start_main@@GLIBC_2.2.5 [all …]
|
D | run-nm-syms.sh | 94 FUN3 | |GLOBAL|NOTYPE | | |UNDEF 100 SYM3 | |GLOBAL|NOTYPE | | |UNDEF 105 _GLOBAL_OFFSET_TABLE_| |GLOBAL|NOTYPE | | |UNDEF 153 FUN3 | |GLOBAL|NOTYPE | | |UNDEF 159 SYM3 | |GLOBAL|NOTYPE | | |UNDEF
|
/third_party/mesa3d/src/compiler/glsl/glcpp/tests/ |
D | 076-elif-undef-nested.c | 1 #ifdef UNDEF 2 #if UNDEF == 4 3 #elif UNDEF == 5
|
D | 075-elif-elif-undef.c | 1 #ifndef UNDEF 2 #elif UNDEF < 0 3 #elif UNDEF == 3
|
D | 073-if-in-ifdef.c | 1 #ifdef UNDEF 2 #if UNDEF > 1
|
D | 074-elif-undef.c | 1 #ifndef UNDEF 2 #elif UNDEF < 0
|
/third_party/node/deps/cares/ |
D | Makefile.msvc | 167 !UNDEF CARES_OUTDIR 168 !UNDEF PROG1_OUTDIR 169 !UNDEF PROG2_OUTDIR 170 !UNDEF PROG3_OUTDIR 171 !UNDEF CARES_OBJDIR 172 !UNDEF PROG1_OBJDIR 173 !UNDEF PROG2_OBJDIR 174 !UNDEF PROG3_OBJDIR 199 !UNDEF PDB_NONE 200 !UNDEF PDBTYPE_CONSOLIDATE
|
/third_party/glslang/Test/baseResults/ |
D | cppComplexExpr.vert.out | 26 …R: 0:108: 'preprocessor evaluation' : undefined macro in expression not allowed in es profile UNDEF 29 …R: 0:120: 'preprocessor evaluation' : undefined macro in expression not allowed in es profile UNDEF 30 …R: 0:123: 'preprocessor evaluation' : undefined macro in expression not allowed in es profile UNDEF 34 …R: 0:144: 'preprocessor evaluation' : undefined macro in expression not allowed in es profile UNDEF 35 …R: 0:153: 'preprocessor evaluation' : undefined macro in expression not allowed in es profile UNDEF
|
/third_party/mesa3d/src/freedreno/ir3/ |
D | ir3_ra_validate.c | 76 #define UNDEF ((struct ir3_register *)(uintptr_t)1) macro 422 if (state->def == UNDEF) { in dump_reg_state() 517 start->full.regs[i].def = UNDEF; in check_reaching_defs() 519 start->half.regs[i].def = UNDEF; in check_reaching_defs() 521 start->shared.regs[i].def = UNDEF; in check_reaching_defs()
|
/third_party/mesa3d/src/intel/compiler/ |
D | brw_fs_lower_regioning.cpp | 413 ibld.UNDEF(tmp); in lower_dst_modifiers() 456 ibld.UNDEF(tmp); in lower_src_region() 505 ibld.UNDEF(tmp); in lower_dst_region() 557 ibld.UNDEF(tmp); in lower_exec_type()
|
D | brw_fs_builder.h | 782 UNDEF(const dst_reg &dst) const in UNDEF() function
|
/third_party/rust/crates/rust-openssl/openssl/src/ |
D | pkcs12.rs | 101 nid_key: Nid::UNDEF, in builder() 102 nid_cert: Nid::UNDEF, in builder()
|
/third_party/openssl/doc/man3/ |
D | EVP_PKEY_get_default_digest_nid.pod | 21 ending NUL byte. The name could be C<"UNDEF">, signifying that no digest
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | ISDOpcodes.h | 179 UNDEF, enumerator
|
D | SelectionDAG.h | 777 if (Op.getOpcode() == ISD::UNDEF) { 783 return getNode(ISD::UNDEF, SDLoc(), VT); 793 if (Op.getOpcode() == ISD::UNDEF) { 799 return getNode(ISD::UNDEF, SDLoc(), VT); 912 return getNode(ISD::UNDEF, SDLoc(), VT);
|
/third_party/mesa3d/src/compiler/glsl/glcpp/ |
D | glcpp-lex.l | 432 RETURN_TOKEN (UNDEF);
|
D | glcpp-parse.y | 196 …ER OBJ_IDENTIFIER ELIF ELSE ENDIF ERROR_TOKEN IF IFDEF IFNDEF LINE PRAGMA UNDEF VERSION_TOKEN GARB… 300 | HASH_TOKEN UNDEF IDENTIFIER NEWLINE { 2340 else if (ret == DEFINE_TOKEN || ret == UNDEF || ret == IF || in glcpp_parser_lex()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
D | HexagonISelLowering.h | 361 return Op.getOpcode() == ISD::UNDEF; in isUndef()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAG.cpp | 4610 else if (OpOpcode == ISD::UNDEF) in getNode() 4629 else if (OpOpcode == ISD::UNDEF) in getNode() 4651 else if (OpOpcode == ISD::UNDEF) in getNode() 4688 if (OpOpcode == ISD::UNDEF) in getNode() 4704 if (OpOpcode == ISD::UNDEF) in getNode() 4712 if (OpOpcode == ISD::UNDEF) in getNode() 4718 if (OpOpcode == ISD::UNDEF) in getNode() 4728 if (OpOpcode == ISD::UNDEF) in getNode() 4738 if (OpOpcode == ISD::UNDEF) in getNode() 4749 if (OpOpcode == ISD::UNDEF) in getNode() [all …]
|
D | SelectionDAGDumper.cpp | 172 case ISD::UNDEF: return "undef"; in getOperationName()
|
D | LegalizeFloatTypes.cpp | 132 case ISD::UNDEF: R = SoftenFloatRes_UNDEF(N); break; in SoftenFloatResult() 1117 case ISD::UNDEF: SplitRes_UNDEF(N, Lo, Hi); break; in ExpandFloatResult() 2149 case ISD::UNDEF: R = PromoteFloatRes_UNDEF(N); break; in PromoteFloatResult()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARC/ |
D | ARCISelLowering.cpp | 107 setOperationAction(ISD::UNDEF, MVT::i32, Legal); in ARCTargetLowering()
|
/third_party/mesa3d/docs/relnotes/ |
D | 19.2.0.rst | 265 - intel/fs: Handle UNDEF in split_virtual_grfs
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Reader/ |
D | BitcodeAnalyzer.cpp | 197 STRINGIFY_CODE(CST_CODE, UNDEF) in GetCodeName()
|