HomeSort by relevance Sort by last modified time
    Searched full:getintegervalue (Results 1 - 13 of 13) sorted by null

  /external/clang/include/clang/Lex/
LiteralSupport.h 84 /// GetIntegerValue - Convert this numeric literal value to an APInt that
88 bool GetIntegerValue(llvm::APInt &Val);
  /external/llvm/include/llvm/IR/
Constant.h 157 /// getIntegerValue - Return the value for an integer or pointer constant,
159 static Constant *getIntegerValue(Type* Ty, const APInt &V);
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowResources.java 184 return resourceLoader.getIntegerValue( id );
  /frameworks/compile/slang/
slang_rs_pragma_handler.cpp 305 NumericLiteral.GetIntegerValue(Val);
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/res/
ResourceLoader.java 413 public int getIntegerValue( int id ) {
  /external/clang/lib/Lex/
LiteralSupport.cpp 773 /// GetIntegerValue - Convert this numeric literal value to an APInt that
776 bool NumericLiteralParser::GetIntegerValue(llvm::APInt &Val) {
    [all...]
PPExpressions.cpp 241 if (Literal.GetIntegerValue(Result.Val)) {
  /external/llvm/lib/Transforms/InstCombine/
InstCombineSimplifyDemanded.cpp 336 Constant *AndC = Constant::getIntegerValue(VTy,
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.repository.tools_2.0.1.R36x_v20100823.jar 
  /external/clang/lib/CodeGen/
TargetInfo.cpp     [all...]
CGObjCMac.cpp     [all...]
  /external/llvm/lib/IR/
Constants.cpp 149 Constant *Constant::getIntegerValue(Type *Ty, const APInt &V) {
    [all...]
  /external/clang/lib/Sema/
SemaExpr.cpp     [all...]

Completed in 5416 milliseconds