Home
last modified time | relevance | path

Searched defs:Bogus (Results 1 – 7 of 7) sorted by relevance

/external/swiftshader/third_party/LLVM/include/llvm/ADT/
DAPFloat.h137 static const fltSemantics Bogus; variable
/external/llvm/include/llvm/ADT/
DAPFloat.h142 static const fltSemantics Bogus; variable
/external/python/cpython2/Lib/test/
Dtest_datetime.py1688 class Bogus(tzinfo): class
2518 class Bogus(tzinfo): class
/external/python/cpython3/Lib/test/
Ddatetimetester.py2538 class Bogus(tzinfo): class
3852 class Bogus(tzinfo): class
/external/swiftshader/third_party/LLVM/lib/Support/
DAPFloat.cpp58 const fltSemantics APFloat::Bogus = { 0, 0, 0, true }; member in llvm::APFloat
/external/llvm/lib/Support/
DAPFloat.cpp66 const fltSemantics APFloat::Bogus = { 0, 0, 0, 0 }; member in llvm::APFloat
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/
DAPFloat.cpp132 const fltSemantics &APFloatBase::Bogus() { in Bogus() function in llvm::APFloatBase