Searched refs:isPointer (Results 1 - 7 of 7) sorted by relevance

/external/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfUnit.cpp443 bool isPointer = false; local
450 isPointer = true;
487 if (isPointer)
/external/swiftshader/third_party/LLVM/lib/Analysis/
H A DScalarEvolutionExpander.cpp1002 bool isPointer = ExpandTy->isPointerTy(); local
1003 bool isNegative = !isPointer && isNonConstantNegative(Step);
1034 if (isPointer) {
/external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/
H A DDwarfCompileUnit.cpp358 bool isPointer = false; local
365 isPointer = true;
418 if (isPointer)
/external/clang/utils/TableGen/
H A DNeonEmitter.cpp169 bool isPointer() const { return Pointer; } function in class:__anon3419::Type
1263 if (getParamType(I).isPointer())
1371 if (ThisTy.isPointer())
2030 if (Ty.isPointer())
/external/clang/lib/Sema/
H A DSemaExprCXX.cpp782 bool isPointer = false; local
785 isPointer = true;
787 if (!isPointer || !Ty->isVoidType()) {
789 isPointer ? diag::err_throw_incomplete_ptr
809 if (isPointer)
H A DSemaStmt.cpp3567 bool isPointer() const { return IsPointer; } function in class:__anon1557::CatchHandlerType
3696 CatchTypePublicBases CTPB(Context, HandledTypes, HandlerCHT.isPointer());
H A DSemaOverload.cpp9765 bool isPointer = false;
9777 isPointer = true;
9782 if (isPointer) FnType = S.Context.getPointerType(FnType);

Completed in 478 milliseconds