Home
last modified time | relevance | path

Searched defs:IsLiteral (Results 1 – 11 of 11) sorted by relevance

/external/swiftshader/third_party/subzero/pnacl-llvm/
DNaClBitstreamReader.cpp263 bool IsLiteral = Read(1) ? true : false; in ReadAbbrevRecord() local
320 bool IsLiteral = Read(1) ? true : false; in SkipAbbrevRecord() local
/external/llvm/include/llvm/Bitcode/
DBitCodes.h89 bool IsLiteral : 1; // Indicate whether this is a literal value or not. variable
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Bitcode/
DBitCodes.h96 bool IsLiteral : 1; // Indicate whether this is a literal value or not. variable
/external/swiftshader/third_party/LLVM/include/llvm/Bitcode/
DBitCodes.h86 bool IsLiteral : 1; // Indicate whether this is a literal value or not. variable
DBitstreamReader.h560 bool IsLiteral = Read(1) ? true : false; in ReadAbbrevRecord() local
/external/llvm/lib/Bitcode/Reader/
DBitstreamReader.cpp287 bool IsLiteral = Read(1); in ReadAbbrevRecord() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Bitcode/Reader/
DBitstreamReader.cpp289 bool IsLiteral = Read(1); in ReadAbbrevRecord() local
/external/clang/test/CXX/expr/expr.const/
Dp2-0x.cpp549 bool IsLiteral; member
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/
DYAMLParser.cpp1578 bool Scanner::scanBlockScalar(bool IsLiteral) { in scanBlockScalar()
/external/llvm/lib/Support/
DYAMLParser.cpp1584 bool Scanner::scanBlockScalar(bool IsLiteral) { in scanBlockScalar()
/external/clang/lib/Sema/
DSemaChecking.cpp7857 const bool IsLiteral = in DiagnoseFloatingImpCast() local