HomeSort by relevance Sort by last modified time
    Searched refs:PointerType (Results 176 - 200 of 214) sorted by null

1 2 3 4 5 6 78 9

  /external/clang/lib/AST/
Expr.cpp     [all...]
MicrosoftMangle.cpp     [all...]
ASTImporter.cpp 45 QualType VisitPointerType(const PointerType *T);
426 cast<PointerType>(T1)->getPointeeType(),
427 cast<PointerType>(T2)->getPointeeType()))
    [all...]
TypePrinter.cpp 222 void TypePrinter::printPointer(const PointerType *T, std::string &S) {
    [all...]
  /external/clang/lib/CodeGen/
CGDebugInfo.cpp 489 llvm::DIType CGDebugInfo::CreateType(const PointerType *Ty,
864 const PointerType *ThisPtrTy = cast<PointerType>(ThisPtr);
    [all...]
CodeGenFunction.h     [all...]
  /external/llvm/lib/Analysis/
Lint.cpp 249 cast<PointerType>(Formal->getType())->getElementType();
InstructionSimplify.cpp     [all...]
  /external/llvm/lib/Target/ARM/
ARMFastISel.cpp 784 if (PointerType *Ty = dyn_cast<PointerType>(Obj->getType()))
    [all...]
  /external/llvm/lib/Transforms/Instrumentation/
PathProfiling.cpp     [all...]
  /external/llvm/lib/Transforms/Utils/
InlineFunction.cpp 334 Type *AggTy = cast<PointerType>(Arg->getType())->getElementType();
    [all...]
  /external/llvm/tools/bugpoint/
Miscompilation.cpp     [all...]
  /external/clang/lib/Sema/
SemaCodeComplete.cpp 681 if (const PointerType *Pointer = T->getAs<PointerType>()) {
    [all...]
SemaTemplate.cpp     [all...]
SemaAccess.cpp     [all...]
  /external/clang/lib/StaticAnalyzer/Core/
RegionStore.cpp     [all...]
  /external/llvm/lib/Target/CppBackend/
CPPBackend.cpp 610 PointerType* PT = cast<PointerType>(Ty);
615 Out << "PointerType* " << typeName << " = PointerType::get("
    [all...]
  /external/clang/include/clang/AST/
ASTContext.h 91 mutable llvm::FoldingSet<PointerType> PointerTypes;
    [all...]
TypeLoc.h 940 PointerType> {
    [all...]
  /external/llvm/examples/ExceptionDemo/
ExceptionDemo.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
TargetLowering.cpp     [all...]
  /external/llvm/lib/VMCore/
Core.cpp 362 return wrap(PointerType::get(unwrap(ElementType), AddressSpace));
378 return unwrap<PointerType>(PointerTy)->getAddressSpace();
519 wrap(ConstantPointerNull::get(unwrap<PointerType>(Ty)));
    [all...]
  /external/llvm/lib/Transforms/Scalar/
LoopStrengthReduce.cpp 641 if (PointerType *PTy = dyn_cast<PointerType>(AccessTy))
642 AccessTy = PointerType::get(IntegerType::get(PTy->getContext(), 1),
    [all...]
IndVarSimplify.cpp     [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfCompileUnit.cpp     [all...]

Completed in 593 milliseconds

1 2 3 4 5 6 78 9