HomeSort by relevance Sort by last modified time
    Searched defs:isLiteral (Results 1 - 12 of 12) sorted by null

  /external/clang/include/clang/Basic/
TokenKinds.h 81 inline bool isLiteral(TokenKind K) {
  /external/clang/include/clang/Lex/
Token.h 55 /// Literals: isLiteral() returns true.
100 bool isLiteral() const {
101 return tok::isLiteral(getKind());
164 if (isLiteral()) return 0;
187 assert(isLiteral() && "Cannot get literal data of non-literal");
191 assert(isLiteral() && "Cannot set literal data of non-literal");
  /external/llvm/include/llvm/Bitcode/
BitCodes.h 88 bool IsLiteral : 1; // Indicate whether this is a literal value or not.
99 explicit BitCodeAbbrevOp(uint64_t V) : Val(V), IsLiteral(true) {}
101 : Val(Data), IsLiteral(false), Enc(E) {}
103 bool isLiteral() const { return IsLiteral; }
104 bool isEncoding() const { return !IsLiteral; }
107 uint64_t getLiteralValue() const { assert(isLiteral()); return Val; }
  /external/llvm/include/llvm/IR/
DerivedTypes.h 243 /// isLiteral - Return true if this type is uniqued by structural
245 bool isLiteral() const { return (getSubclassData() & SCDB_IsLiteral) != 0; }
  /external/clang/include/clang/AST/
DeclCXX.h     [all...]
  /prebuilts/tools/common/freemarker/
freemarker-2.3.19.jar 
  /prebuilts/tools/common/m2/internal/com/ibm/icu/icu4j/2.6.1/
icu4j-2.6.1.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar 
org.apache.jasper_5.5.17.v201004212143.jar 
  /prebuilts/misc/common/icu4j/
icu4j.jar 
  /prebuilts/misc/common/ecj/
ecj.jar 
  /prebuilts/tools/common/m2/internal/xalan/xalan/2.6.0/
xalan-2.6.0.jar 

Completed in 295 milliseconds