HomeSort by relevance Sort by last modified time
    Searched refs:GetIntegerValue (Results 1 - 5 of 5) sorted by null

  /external/clang/include/clang/Lex/
LiteralSupport.h 82 /// GetIntegerValue - Convert this numeric literal value to an APInt that
86 bool GetIntegerValue(llvm::APInt &Val);
  /frameworks/compile/slang/
slang_rs_pragma_handler.cpp 303 NumericLiteral.GetIntegerValue(Val);
  /external/clang/lib/Lex/
LiteralSupport.cpp 693 /// GetIntegerValue - Convert this numeric literal value to an APInt that
696 bool NumericLiteralParser::GetIntegerValue(llvm::APInt &Val) {
    [all...]
PPExpressions.cpp 228 if (Literal.GetIntegerValue(Result.Val)) {
  /external/clang/lib/Sema/
SemaExpr.cpp     [all...]

Completed in 446 milliseconds