Home
last modified time | relevance | path

Searched refs:Bogus (Results 1 – 25 of 31) sorted by relevance

12

/external/swiftshader/third_party/LLVM/test/TableGen/
Dsubst.td6 // RUN: llvm-tblgen %s | grep {Bogus} | count 1
16 def TVAR : Honorific<"Bogus">;
/external/swiftshader/third_party/llvm-7.0/llvm/test/TableGen/
Dsubst.td11 def TVAR : Honorific<"Bogus">;
66 // CHECK-NEXT: string honorific = "Bogus";
/external/swiftshader/third_party/llvm-7.0/llvm/test/DebugInfo/X86/
Ddwarfdump-bogus-LNE.s78 # Bogus extended opcode with zero length.
86 # Bogus extended opcode with multibyte LEB length.
/external/llvm/test/TableGen/
Dsubst.td11 def TVAR : Honorific<"Bogus">;
76 // CHECK-NEXT: string honorific = "Bogus";
/external/swiftshader/third_party/LLVM/lib/VMCore/
DLLVMContextImpl.h79 return KeyTy(APFloat(APFloat::Bogus,1)); in getEmptyKey()
82 return KeyTy(APFloat(APFloat::Bogus,2)); in getTombstoneKey()
/external/clang/test/Parser/
DDelayedTemplateParsing.cpp125 auto invalidTrailingRetType() -> Bogus {} // expected-error {{unknown type name 'Bogus'}} in invalidTrailingRetType()
/external/u-boot/doc/uImage.FIT/
Dmulti_spl.its4 * (Bogus) example FIT image description file demonstrating the usage
/external/clang/test/SemaObjC/
Dcomptypes-1.m58 if (obj == obj_p) foo() ; /* Ok */ /*Bogus warning here in 2.95.4*/
/external/swiftshader/third_party/LLVM/include/llvm/ADT/
DAPFloat.h137 static const fltSemantics Bogus; variable
/external/walt/ios/WALT/
DTapLatencyController.m119 [NSString stringWithFormat:@"%@: Bogus P → K: %.3f s\n", actionString, physicalToKernel]];
/external/llvm/include/llvm/ADT/
DAPFloat.h142 static const fltSemantics Bogus; variable
/external/swiftshader/third_party/llvm-7.0/llvm/test/Other/
Dcgscc-devirt-iteration.ll69 ; Bogus call to test2_b to make this a cycle.
/external/llvm/lib/IR/
DLLVMContextImpl.h70 static inline APFloat getEmptyKey() { return APFloat(APFloat::Bogus, 1); } in getEmptyKey()
71 static inline APFloat getTombstoneKey() { return APFloat(APFloat::Bogus, 2); } in getTombstoneKey()
DConstantFold.cpp597 APFloat::Bogus, in ConstantFoldCastInstruction()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DLLVMContextImpl.h85 static inline APFloat getEmptyKey() { return APFloat(APFloat::Bogus(), 1); } in getEmptyKey()
86 static inline APFloat getTombstoneKey() { return APFloat(APFloat::Bogus(), 2); } in getTombstoneKey()
DConstantFold.cpp601 APFloat::Bogus(), in ConstantFoldCastInstruction()
/external/llvm/lib/Support/
DAPFloat.cpp66 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/
DAPFloat.h148 static const fltSemantics &Bogus();
/external/python/cpython2/Lib/test/
Dtest_datetime.py1688 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/
DAPFloat.h161 static const fltSemantics &Bogus() LLVM_READNONE;
/external/libjpeg-turbo/
DREADME.md99 that does not support them will result in a "Bogus input colorspace" error.
/external/owasp/sanitizer/lib/htmlparser-1.3/doc/
Dtokenization.txt535 8.2.4.16 Bogus comment state
972 8.2.4.35 Bogus DOCTYPE state
/external/python/cpython3/Lib/test/
Ddatetimetester.py2538 class Bogus(tzinfo): class
2541 bog = Bogus()
3852 class Bogus(tzinfo): class
3855 t1 = self.theclass(2, 2, 2, tzinfo=Bogus())
/external/iputils/
DRELNOTES408 * Ken Cox <jkc@redhat.com>. Bogus definition of SOCK_DRGAM&SOCK_STREAM on mips.
/external/swiftshader/third_party/LLVM/lib/Support/
DAPFloat.cpp58 const fltSemantics APFloat::Bogus = { 0, 0, 0, true }; member in llvm::APFloat

12