HomeSort by relevance Sort by last modified time
    Searched defs:PointerTy (Results 1 - 3 of 3) sorted by null

  /external/llvm/include/llvm/ExecutionEngine/
GenericValue.h 23 typedef void* PointerTy;
30 PointerTy PointerVal;
  /external/clang/lib/CodeGen/
CodeGenFunction.cpp 222 llvm::PointerType *PointerTy = Int8PtrTy;
223 llvm::Type *ProfileFuncArgs[] = { PointerTy, PointerTy };
235 llvm::ConstantExpr::getBitCast(CurFn, PointerTy),
    [all...]
  /external/clang/lib/Sema/
SemaOverload.cpp     [all...]

Completed in 53 milliseconds