Home
last modified time | relevance | path

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

/prebuilts/clang/host/linux-x86/clang-r547379/include/llvm/Bitstream/
DBitCodes.h35 bool IsLiteral : 1; // Indicate whether this is a literal value or not. variable
/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/Bitstream/
DBitCodes.h35 bool IsLiteral : 1; // Indicate whether this is a literal value or not. variable
/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/Bitstream/
DBitCodes.h35 bool IsLiteral : 1; // Indicate whether this is a literal value or not. variable
/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Bitstream/
DBitCodes.h35 bool IsLiteral : 1; // Indicate whether this is a literal value or not. variable
/prebuilts/go/linux-x86/src/cmd/go/internal/search/
Dsearch.go52 func (m *Match) IsLiteral() bool { func
/prebuilts/go/linux-x86/src/go/token/
Dtoken.go303 func (tok Token) IsLiteral() bool { return literal_beg < tok && tok < literal_end } func