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

  /external/clang/include/clang/Lex/
Token.h 55 /// Literals: isLiteral() returns true.
97 /// isLiteral - Return true if this is a "literal", like a numeric
99 bool isLiteral() const {
171 if (isLiteral()) return 0;
194 assert(isLiteral() && "Cannot get literal data of non-literal");
198 assert(isLiteral() && "Cannot set literal data of non-literal");
  /external/llvm/include/llvm/Bitcode/
BitCodes.h 87 bool IsLiteral : 1; // Indicate whether this is a literal value or not.
98 explicit BitCodeAbbrevOp(uint64_t V) : Val(V), IsLiteral(true) {}
100 : Val(Data), IsLiteral(false), Enc(E) {}
102 bool isLiteral() const { return IsLiteral; }
103 bool isEncoding() const { return !IsLiteral; }
106 uint64_t getLiteralValue() const { assert(isLiteral()); return Val; }
  /external/llvm/include/llvm/
DerivedTypes.h 245 /// isLiteral - Return true if this type is uniqued by structural
247 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 
  /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/ecj/
ecj.jar 

Completed in 625 milliseconds