HomeSort by relevance Sort by last modified time
    Searched defs:PtrType (Results 1 - 25 of 29) sorted by null

1 2

  /external/llvm/unittests/Analysis/
MixedTBAATest.cpp 42 auto PtrType = Type::getInt32PtrTy(C);
44 auto *Addr = ConstantPointerNull::get(PtrType);
AliasAnalysisTest.cpp 173 auto PtrType = Type::getInt32PtrTy(C);
175 auto *Addr = ConstantPointerNull::get(PtrType);
180 auto *VAArg1 = new VAArgInst(Addr, PtrType, "vaarg", BB);
  /prebuilts/go/darwin-x86/src/debug/dwarf/
type.go 135 // A PtrType represents a pointer type.
136 type PtrType struct {
141 func (t *PtrType) String() string { return "*" + t.Type.String() }
622 t := new(PtrType)
698 case *PtrType:
  /prebuilts/go/linux-x86/src/debug/dwarf/
type.go 135 // A PtrType represents a pointer type.
136 type PtrType struct {
141 func (t *PtrType) String() string { return "*" + t.Type.String() }
622 t := new(PtrType)
698 case *PtrType:
  /external/swiftshader/third_party/LLVM/lib/Target/PTX/
PTXAsmPrinter.cpp 481 const PointerType *PtrType = dyn_cast<const PointerType>(ArgType);
483 switch (PtrType->getAddressSpace()) {
  /external/google-benchmark/src/
benchmark.cc 531 typedef std::unique_ptr<BenchmarkReporter> PtrType;
533 return PtrType(new ConsoleReporter(output_opts));
535 return PtrType(new JSONReporter);
537 return PtrType(new CSVReporter);
  /external/libcxx/utils/google-benchmark/src/
benchmark.cc 509 typedef std::unique_ptr<BenchmarkReporter> PtrType;
511 return PtrType(new ConsoleReporter(allow_color));
513 return PtrType(new JSONReporter);
515 return PtrType(new CSVReporter);
  /external/flatbuffers/src/
idl_gen_cpp.cpp 360 const std::string &PtrType(const FieldDef *field) {
367 auto &ptr_type = PtrType(field);
378 auto &ptr_type = PtrType(&field);
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/
type.go 135 // TPTR32, TPTR64: PtrType
254 // PtrType contains Type fields specific to pointer types.
255 type PtrType struct {
398 t.Extra = PtrType{}
473 t.Extra = PtrType{Elem: elem}
547 t.Extra = PtrType{Elem: elem}
735 return t.Extra.(PtrType).Elem
  /prebuilts/go/linux-x86/src/cmd/compile/internal/gc/
type.go 135 // TPTR32, TPTR64: PtrType
254 // PtrType contains Type fields specific to pointer types.
255 type PtrType struct {
398 t.Extra = PtrType{}
473 t.Extra = PtrType{Elem: elem}
547 t.Extra = PtrType{Elem: elem}
735 return t.Extra.(PtrType).Elem
  /external/llvm/include/llvm/IR/
IRBuilder.h     [all...]
  /external/llvm/lib/Target/AMDGPU/
R600ISelLowering.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
TargetLowering.cpp     [all...]
  /frameworks/compile/slang/
slang_rs_object_ref_count.cpp     [all...]
  /external/swiftshader/third_party/subzero/src/
PNaClTranslator.cpp     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/IR/
IRBuilder.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/IR/
IRBuilder.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/IR/
IRBuilder.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
IRBuilder.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/IR/
IRBuilder.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/IR/
IRBuilder.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/IR/
IRBuilder.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
IRBuilder.h     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
TargetLowering.cpp     [all...]
  /external/clang/lib/CodeGen/
MicrosoftCXXABI.cpp 453 llvm::Type *getImageRelativeType(llvm::Type *PtrType) {
455 return PtrType;
    [all...]

Completed in 1738 milliseconds

1 2