Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/subzero/pnacl-llvm/
DNaClBitstreamReader.cpp260 bool IsLiteral = Read(1) ? true : false; in ReadAbbrevRecord() local
322 bool IsLiteral = Read(1) ? true : false; in SkipAbbrevRecord() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Bitstream/
DBitCodes.h97 bool IsLiteral : 1; // Indicate whether this is a literal value or not. variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Bitstream/Reader/
DBitstreamReader.cpp355 bool IsLiteral = MaybeIsLiteral.get(); in ReadAbbrevRecord() local
/third_party/skia/third_party/externals/tint/src/reader/wgsl/
Dtoken.h382 bool IsLiteral() const { in IsLiteral() function
/third_party/flutter/skia/third_party/externals/wuffs/lang/token/
Dlist.go66 func (x ID) IsLiteral(m *Map) bool { func
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DYAMLParser.cpp1585 bool Scanner::scanBlockScalar(bool IsLiteral) { in scanBlockScalar()