HomeSort by relevance Sort by last modified time
    Searched refs:getValueType (Results 151 - 175 of 317) sorted by null

1 2 3 4 5 67 8 91011>>

  /frameworks/base/graphics/java/android/graphics/drawable/
AnimatedVectorDrawable.java 543 + "type defined in resources: " + pvh.getValueType().toString());
556 Class type1 = holder.getValueType();
    [all...]
  /prebuilts/tools/common/m2/repository/org/smali/dexlib2/2.1.3/
dexlib2-2.1.3.jar 
  /external/clang/lib/AST/
Type.cpp     [all...]
ASTDumper.cpp 403 dumpTypeAsChild(T->getValueType());
    [all...]
TypePrinter.cpp 856 print(T->getValueType(), OS, StringRef());
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
BugReporterVisitors.cpp 585 if (TR->getValueType()->isObjCObjectPointerType()) {
652 if (TR->getValueType()->isObjCObjectPointerType()) {
    [all...]
ProgramState.cpp 243 QualType T = TR->getValueType();
  /external/clang/lib/CodeGen/
CGObjCGNU.cpp 186 return llvm::ConstantExpr::getGetElementPtr(ConstStr->getValueType(),
    [all...]
CodeGenFunction.cpp 215 type = cast<AtomicType>(type)->getValueType();
    [all...]
MicrosoftCXXABI.cpp     [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
NullabilityChecker.cpp     [all...]
CStringChecker.cpp 288 assert(ER->getValueType() == C.getASTContext().CharTy &&
    [all...]
BasicObjCFoundationChecks.cpp 477 QualType T = Ctx.getCanonicalType(R->getValueType());
    [all...]
  /external/llvm/lib/CodeGen/
TargetLoweringObjectFileImpl.cpp     [all...]
  /external/llvm/lib/Target/Mips/
Mips16ISelLowering.cpp 508 JumpTarget = getAddrGlobal(S, CLI.DL, JumpTarget.getValueType(), DAG,
  /external/llvm/lib/Transforms/Instrumentation/
SafeStack.cpp 372 if (UnsafeStackPtr->getValueType() != StackPtrTy)
GCOVProfiling.cpp 627 Value *Counter = Builder.CreateInBoundsGEP(Counters->getValueType(),
    [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
AsmPrinter.cpp     [all...]
  /external/clang/include/clang/AST/
TypeLoc.h     [all...]
  /frameworks/base/core/java/android/animation/
PropertyValuesHolder.java     [all...]
  /external/clang/lib/Sema/
SemaTemplateDeduction.cpp     [all...]
SemaChecking.cpp     [all...]
  /external/llvm/lib/Bitcode/Writer/
BitcodeWriter.cpp 641 MaxGlobalType = std::max(MaxGlobalType, VE.getTypeID(GV.getValueType()));
712 Vals.push_back(VE.getTypeID(GV.getValueType()));
770 Vals.push_back(VE.getTypeID(A.getValueType()));
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
ScheduleDAGRRList.cpp 437 if (Op.getValueType() == MVT::Other) {
497 if (Op.getValueType() == MVT::Other) {
    [all...]
  /external/llvm/lib/IR/
Verifier.cpp 464 Assert(GVar && GVar->getValueType()->isArrayTy(),
499 if (ArrayType *ATy = dyn_cast<ArrayType>(GV.getValueType())) {
522 Type *GVType = GV.getValueType();
    [all...]

Completed in 2145 milliseconds

1 2 3 4 5 67 8 91011>>