HomeSort by relevance Sort by last modified time
    Searched refs:PointerType (Results 1 - 25 of 878) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /system/tools/hidl/
PointerType.cpp 17 #include "PointerType.h"
24 PointerType::PointerType(Scope* parent) : Type(parent) {}
26 bool PointerType::isPointer() const {
30 bool PointerType::isElidableType() const {
34 std::string PointerType::getCppType(StorageMode /* mode */,
39 std::string PointerType::typeName() const {
43 std::string PointerType::getVtsType() const {
47 void PointerType::emitReaderWriter(
58 bool PointerType::needsEmbeddedReadWrite() const
    [all...]
PointerType.h 25 struct PointerType : public Type {
26 PointerType(Scope* parent);
  /external/libmojo/mojo/public/cpp/bindings/
raw_ptr_impl_ref_traits.h 14 using PointerType = Interface*;
16 static bool IsNull(PointerType ptr) { return !ptr; }
17 static Interface* GetRawPointer(PointerType* ptr) { return *ptr; }
  /external/swiftshader/third_party/LLVM/lib/Transforms/Instrumentation/
ProfilingUtils.h 25 class PointerType;
29 PointerType *arrayType = 0);
  /external/llvm/tools/llvm-pdbdump/
FunctionDumper.h 23 enum class PointerType { None, Pointer, Reference };
26 PointerType Pointer);
27 void start(const PDBSymbolFunc &Symbol, PointerType Pointer);
FunctionDumper.cpp 54 const char *Name, PointerType Pointer) {
70 if (Pointer == PointerType::None) {
88 if (Pointer == PointerType::Reference)
114 void FunctionDumper::start(const PDBSymbolFunc &Symbol, PointerType Pointer) {
146 if (Pointer == PointerType::Pointer)
148 else if (Pointer == FunctionDumper::PointerType::Reference)
159 if (Pointer != FunctionDumper::PointerType::None)
168 if (Pointer != FunctionDumper::PointerType::None) {
169 if (Pointer == PointerType::Pointer)
171 else if (Pointer == FunctionDumper::PointerType::Reference
    [all...]
TypedefDumper.cpp 61 FunctionDumper::PointerType Pointer = FunctionDumper::PointerType::Pointer;
63 Pointer = FunctionDumper::PointerType::Reference;
74 Dumper.start(Symbol, nullptr, FunctionDumper::PointerType::None);
  /external/clang/lib/CodeGen/
CGOpenCLRuntime.cpp 45 return llvm::PointerType::get( \
52 return llvm::PointerType::get(llvm::StructType::create(
55 return llvm::PointerType::get(
58 return llvm::PointerType::get(
61 return llvm::PointerType::get(
64 return llvm::PointerType::get(
73 PipeTy = llvm::PointerType::get(llvm::StructType::create(
CodeGenTypeCache.h 23 class PointerType;
53 llvm::PointerType *VoidPtrTy;
54 llvm::PointerType *Int8PtrTy;
59 llvm::PointerType *VoidPtrPtrTy;
60 llvm::PointerType *Int8PtrPtrTy;
  /external/clang/lib/StaticAnalyzer/Checkers/
CastToStructChecker.cpp 41 const PointerType *OrigPTy = dyn_cast<PointerType>(OrigTy.getTypePtr());
42 const PointerType *ToPTy = dyn_cast<PointerType>(ToTy.getTypePtr());
  /external/llvm/lib/CodeGen/
BuiltinGCs.cpp 82 const PointerType *PT = cast<PointerType>(Ty);
115 const PointerType *PT = cast<PointerType>(Ty);
  /external/swiftshader/third_party/LLVM/include/llvm/
Type.h 22 class PointerType;
183 /// isPointerTy - True if this is an instance of PointerType.
327 static PointerType *getFloatPtrTy(LLVMContext &C, unsigned AS = 0);
328 static PointerType *getDoublePtrTy(LLVMContext &C, unsigned AS = 0);
329 static PointerType *getX86_FP80PtrTy(LLVMContext &C, unsigned AS = 0);
330 static PointerType *getFP128PtrTy(LLVMContext &C, unsigned AS = 0);
331 static PointerType *getPPC_FP128PtrTy(LLVMContext &C, unsigned AS = 0);
332 static PointerType *getX86_MMXPtrTy(LLVMContext &C, unsigned AS = 0);
333 static PointerType *getIntNPtrTy(LLVMContext &C, unsigned N, unsigned AS = 0);
334 static PointerType *getInt1PtrTy(LLVMContext &C, unsigned AS = 0)
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/PTX/
PTXSelectionDAGInfo.cpp 61 EVT PointerType = Subtarget->is64Bit() ? MVT::i64 : MVT::i32;
70 DAG.getNode(ISD::ADD, dl, PointerType, Src,
71 DAG.getConstant(SrcOff, PointerType)),
82 DAG.getNode(ISD::ADD, dl, PointerType, Dst,
83 DAG.getConstant(DstOff, PointerType)),
109 DAG.getNode(ISD::ADD, dl, PointerType, Src,
110 DAG.getConstant(SrcOff, PointerType)),
131 DAG.getNode(ISD::ADD, dl, PointerType, Dst,
132 DAG.getConstant(DstOff, PointerType)),
  /external/swiftshader/third_party/LLVM/include/llvm/Analysis/
MemoryBuiltins.h 20 class PointerType;
49 /// getMallocType - Returns the PointerType resulting from the malloc call.
50 /// The PointerType depends on the number of bitcast uses of the malloc call:
51 /// 0: PointerType is the malloc calls' return type.
52 /// 1: PointerType is the bitcast's result type.
53 /// >1: Unique PointerType cannot be determined, return NULL.
54 PointerType *getMallocType(const CallInst *CI);
58 /// 0: PointerType is the malloc calls' return type.
59 /// 1: PointerType is the bitcast's result type.
60 /// >1: Unique PointerType cannot be determined, return NULL
    [all...]
  /external/eigen/Eigen/src/Core/
Map.h 96 typedef typename Base::PointerType PointerType;
97 typedef PointerType PointerArgType;
99 inline PointerType cast_to_pointer_type(PointerArgType ptr) { return ptr; }
  /external/llvm/include/llvm/DebugInfo/PDB/
PDBSymbolTypePointer.h 26 DECLARE_PDB_SYMBOL_CONCRETE_TYPE(PDB_SymType::PointerType)
  /external/llvm/include/llvm/IR/
Type.h 28 class PointerType;
210 /// True if this is an instance of PointerType.
389 static PointerType *getHalfPtrTy(LLVMContext &C, unsigned AS = 0);
390 static PointerType *getFloatPtrTy(LLVMContext &C, unsigned AS = 0);
391 static PointerType *getDoublePtrTy(LLVMContext &C, unsigned AS = 0);
392 static PointerType *getX86_FP80PtrTy(LLVMContext &C, unsigned AS = 0);
393 static PointerType *getFP128PtrTy(LLVMContext &C, unsigned AS = 0);
394 static PointerType *getPPC_FP128PtrTy(LLVMContext &C, unsigned AS = 0);
395 static PointerType *getX86_MMXPtrTy(LLVMContext &C, unsigned AS = 0);
396 static PointerType *getIntNPtrTy(LLVMContext &C, unsigned N, unsigned AS = 0)
    [all...]
  /external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
Type.h 28 class PointerType;
212 /// True if this is an instance of PointerType.
400 static PointerType *getHalfPtrTy(LLVMContext &C, unsigned AS = 0);
401 static PointerType *getFloatPtrTy(LLVMContext &C, unsigned AS = 0);
402 static PointerType *getDoublePtrTy(LLVMContext &C, unsigned AS = 0);
403 static PointerType *getX86_FP80PtrTy(LLVMContext &C, unsigned AS = 0);
404 static PointerType *getFP128PtrTy(LLVMContext &C, unsigned AS = 0);
405 static PointerType *getPPC_FP128PtrTy(LLVMContext &C, unsigned AS = 0);
406 static PointerType *getX86_MMXPtrTy(LLVMContext &C, unsigned AS = 0);
407 static PointerType *getIntNPtrTy(LLVMContext &C, unsigned N, unsigned AS = 0)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/DebugInfo/PDB/
PDBSymbolTypePointer.h 26 DECLARE_PDB_SYMBOL_CONCRETE_TYPE(PDB_SymType::PointerType)
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
Type.h 28 class PointerType;
212 /// True if this is an instance of PointerType.
404 static PointerType *getHalfPtrTy(LLVMContext &C, unsigned AS = 0);
405 static PointerType *getFloatPtrTy(LLVMContext &C, unsigned AS = 0);
406 static PointerType *getDoublePtrTy(LLVMContext &C, unsigned AS = 0);
407 static PointerType *getX86_FP80PtrTy(LLVMContext &C, unsigned AS = 0);
408 static PointerType *getFP128PtrTy(LLVMContext &C, unsigned AS = 0);
409 static PointerType *getPPC_FP128PtrTy(LLVMContext &C, unsigned AS = 0);
410 static PointerType *getX86_MMXPtrTy(LLVMContext &C, unsigned AS = 0);
411 static PointerType *getIntNPtrTy(LLVMContext &C, unsigned N, unsigned AS = 0)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/DebugInfo/PDB/
PDBSymbolTypePointer.h 26 DECLARE_PDB_SYMBOL_CONCRETE_TYPE(PDB_SymType::PointerType)
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/IR/
Type.h 34 class PointerType;
214 /// True if this is an instance of PointerType.
409 static PointerType *getHalfPtrTy(LLVMContext &C, unsigned AS = 0);
410 static PointerType *getFloatPtrTy(LLVMContext &C, unsigned AS = 0);
411 static PointerType *getDoublePtrTy(LLVMContext &C, unsigned AS = 0);
412 static PointerType *getX86_FP80PtrTy(LLVMContext &C, unsigned AS = 0);
413 static PointerType *getFP128PtrTy(LLVMContext &C, unsigned AS = 0);
414 static PointerType *getPPC_FP128PtrTy(LLVMContext &C, unsigned AS = 0);
415 static PointerType *getX86_MMXPtrTy(LLVMContext &C, unsigned AS = 0);
416 static PointerType *getIntNPtrTy(LLVMContext &C, unsigned N, unsigned AS = 0)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/DebugInfo/PDB/
PDBSymbolTypePointer.h 26 DECLARE_PDB_SYMBOL_CONCRETE_TYPE(PDB_SymType::PointerType)
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/IR/
Type.h 34 class PointerType;
214 /// True if this is an instance of PointerType.
409 static PointerType *getHalfPtrTy(LLVMContext &C, unsigned AS = 0);
410 static PointerType *getFloatPtrTy(LLVMContext &C, unsigned AS = 0);
411 static PointerType *getDoublePtrTy(LLVMContext &C, unsigned AS = 0);
412 static PointerType *getX86_FP80PtrTy(LLVMContext &C, unsigned AS = 0);
413 static PointerType *getFP128PtrTy(LLVMContext &C, unsigned AS = 0);
414 static PointerType *getPPC_FP128PtrTy(LLVMContext &C, unsigned AS = 0);
415 static PointerType *getX86_MMXPtrTy(LLVMContext &C, unsigned AS = 0);
416 static PointerType *getIntNPtrTy(LLVMContext &C, unsigned N, unsigned AS = 0)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/DebugInfo/PDB/
PDBSymbolTypePointer.h 26 DECLARE_PDB_SYMBOL_CONCRETE_TYPE(PDB_SymType::PointerType)

Completed in 486 milliseconds

1 2 3 4 5 6 7 8 91011>>