/external/swiftshader/third_party/LLVM/test/TableGen/ |
D | subst.td | 6 // RUN: llvm-tblgen %s | grep {Bogus} | count 1 16 def TVAR : Honorific<"Bogus">;
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/TableGen/ |
D | subst.td | 11 def TVAR : Honorific<"Bogus">; 66 // CHECK-NEXT: string honorific = "Bogus";
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/DebugInfo/X86/ |
D | dwarfdump-bogus-LNE.s | 78 # Bogus extended opcode with zero length. 86 # Bogus extended opcode with multibyte LEB length.
|
/external/llvm/test/TableGen/ |
D | subst.td | 11 def TVAR : Honorific<"Bogus">; 76 // CHECK-NEXT: string honorific = "Bogus";
|
/external/swiftshader/third_party/LLVM/lib/VMCore/ |
D | LLVMContextImpl.h | 79 return KeyTy(APFloat(APFloat::Bogus,1)); in getEmptyKey() 82 return KeyTy(APFloat(APFloat::Bogus,2)); in getTombstoneKey()
|
/external/clang/test/Parser/ |
D | DelayedTemplateParsing.cpp | 125 auto invalidTrailingRetType() -> Bogus {} // expected-error {{unknown type name 'Bogus'}} in invalidTrailingRetType()
|
/external/u-boot/doc/uImage.FIT/ |
D | multi_spl.its | 4 * (Bogus) example FIT image description file demonstrating the usage
|
/external/clang/test/SemaObjC/ |
D | comptypes-1.m | 58 if (obj == obj_p) foo() ; /* Ok */ /*Bogus warning here in 2.95.4*/
|
/external/swiftshader/third_party/LLVM/include/llvm/ADT/ |
D | APFloat.h | 137 static const fltSemantics Bogus; variable
|
/external/walt/ios/WALT/ |
D | TapLatencyController.m | 119 [NSString stringWithFormat:@"%@: Bogus P → K: %.3f s\n", actionString, physicalToKernel]];
|
/external/llvm/include/llvm/ADT/ |
D | APFloat.h | 142 static const fltSemantics Bogus; variable
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Other/ |
D | cgscc-devirt-iteration.ll | 69 ; Bogus call to test2_b to make this a cycle.
|
/external/llvm/lib/IR/ |
D | LLVMContextImpl.h | 70 static inline APFloat getEmptyKey() { return APFloat(APFloat::Bogus, 1); } in getEmptyKey() 71 static inline APFloat getTombstoneKey() { return APFloat(APFloat::Bogus, 2); } in getTombstoneKey()
|
D | ConstantFold.cpp | 597 APFloat::Bogus, in ConstantFoldCastInstruction()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/ |
D | LLVMContextImpl.h | 85 static inline APFloat getEmptyKey() { return APFloat(APFloat::Bogus(), 1); } in getEmptyKey() 86 static inline APFloat getTombstoneKey() { return APFloat(APFloat::Bogus(), 2); } in getTombstoneKey()
|
D | ConstantFold.cpp | 601 APFloat::Bogus(), in ConstantFoldCastInstruction()
|
/external/llvm/lib/Support/ |
D | APFloat.cpp | 66 const fltSemantics APFloat::Bogus = { 0, 0, 0, 0 }; member in llvm::APFloat 701 rhs.semantics = &Bogus; in operator =() 831 APFloat::APFloat(APFloat &&rhs) : semantics(&Bogus) { in APFloat()
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/ |
D | APFloat.h | 148 static const fltSemantics &Bogus();
|
/external/python/cpython2/Lib/test/ |
D | test_datetime.py | 1688 class Bogus(tzinfo): class 1691 bog = Bogus() 2518 class Bogus(tzinfo): class 2521 t1 = self.theclass(2, 2, 2, tzinfo=Bogus())
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ADT/ |
D | APFloat.h | 161 static const fltSemantics &Bogus() LLVM_READNONE;
|
/external/libjpeg-turbo/ |
D | README.md | 99 that does not support them will result in a "Bogus input colorspace" error.
|
/external/owasp/sanitizer/lib/htmlparser-1.3/doc/ |
D | tokenization.txt | 535 8.2.4.16 Bogus comment state 972 8.2.4.35 Bogus DOCTYPE state
|
/external/python/cpython3/Lib/test/ |
D | datetimetester.py | 2538 class Bogus(tzinfo): class 2541 bog = Bogus() 3852 class Bogus(tzinfo): class 3855 t1 = self.theclass(2, 2, 2, tzinfo=Bogus())
|
/external/iputils/ |
D | RELNOTES | 408 * Ken Cox <jkc@redhat.com>. Bogus definition of SOCK_DRGAM&SOCK_STREAM on mips.
|
/external/swiftshader/third_party/LLVM/lib/Support/ |
D | APFloat.cpp | 58 const fltSemantics APFloat::Bogus = { 0, 0, 0, true }; member in llvm::APFloat
|