Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Bitcode/
DBitCodes.h89 bool IsLiteral : 1; // Indicate whether this is a literal value or not. variable
/external/llvm/lib/Bitcode/Reader/
DBitstreamReader.cpp260 bool IsLiteral = Read(1); in ReadAbbrevRecord() local
/external/clang/test/CXX/expr/expr.const/
Dp2-0x.cpp549 bool IsLiteral; member
/external/llvm/lib/Support/
DYAMLParser.cpp1586 bool Scanner::scanBlockScalar(bool IsLiteral) { in scanBlockScalar()