Searched defs:Pointer (Results 1 - 25 of 69) sorted by relevance

123

/external/llvm/tools/llvm-pdbdump/
H A DFunctionDumper.h23 enum class PointerType { None, Pointer, Reference }; member in class:llvm::pdb::FunctionDumper::PointerType
26 PointerType Pointer);
27 void start(const PDBSymbolFunc &Symbol, PointerType Pointer);
H A DTypedefDumper.cpp61 FunctionDumper::PointerType Pointer = FunctionDumper::PointerType::Pointer; local
63 Pointer = FunctionDumper::PointerType::Reference;
65 NestedDumper.start(*FuncSig, nullptr, Pointer);
H A DVariableDumper.cpp106 FunctionDumper::PointerType Pointer = local
108 : FunctionDumper::PointerType::Pointer;
109 NestedDumper.start(*Func, Pointer);
162 FunctionDumper::PointerType PT = FunctionDumper::PointerType::Pointer;
H A DFunctionDumper.cpp54 const char *Name, PointerType Pointer) {
70 if (Pointer == PointerType::None) {
88 if (Pointer == PointerType::Reference)
114 void FunctionDumper::start(const PDBSymbolFunc &Symbol, PointerType Pointer) { argument
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
53 start(const PDBSymbolTypeFunctionSig &Symbol, const char *Name, PointerType Pointer) argument
242 PointerType Pointer = local
[all...]
/external/compiler-rt/lib/ubsan/
H A Dubsan_handlers_cxx.cc35 DynamicTypeCacheMissData *Data, ValueHandle Pointer, ValueHandle Hash,
37 if (checkDynamicType((void*)Pointer, Data->TypeInfo, Hash))
42 DynamicTypeInfo DTI = getDynamicTypeInfoFromObject((void*)Pointer);
55 << TypeCheckKinds[Data->TypeCheckKind] << (void*)Pointer << Data->Type;
60 Diag(Pointer, DL_Note, "object has a possibly invalid vptr: abs(offset to top) too big")
62 << Range(Pointer, Pointer + sizeof(uptr), "possibly invalid vptr");
64 Diag(Pointer, DL_Note, "object has invalid vptr")
66 << Range(Pointer, Pointer
34 HandleDynamicTypeCacheMiss( DynamicTypeCacheMissData *Data, ValueHandle Pointer, ValueHandle Hash, ReportOptions Opts) argument
84 __ubsan_handle_dynamic_type_cache_miss( DynamicTypeCacheMissData *Data, ValueHandle Pointer, ValueHandle Hash) argument
89 __ubsan_handle_dynamic_type_cache_miss_abort( DynamicTypeCacheMissData *Data, ValueHandle Pointer, ValueHandle Hash) argument
[all...]
H A Dubsan_handlers.cc44 static void handleTypeMismatchImpl(TypeMismatchData *Data, ValueHandle Pointer, argument
49 if (!Pointer)
51 else if (Data->Alignment && (Pointer & (Data->Alignment - 1)))
77 << TypeCheckKinds[Data->TypeCheckKind] << (void *)Pointer
83 << TypeCheckKinds[Data->TypeCheckKind] << (void *)Pointer << Data->Type;
89 if (Pointer)
90 Diag(Pointer, DL_Note, "pointer points here");
94 ValueHandle Pointer) {
96 handleTypeMismatchImpl(Data, Pointer, Opts);
99 ValueHandle Pointer) {
93 __ubsan_handle_type_mismatch(TypeMismatchData *Data, ValueHandle Pointer) argument
98 __ubsan_handle_type_mismatch_abort(TypeMismatchData *Data, ValueHandle Pointer) argument
[all...]
/external/libcxx/test/std/utilities/memory/specialized.algorithms/specialized.addressof/
H A Dconstexpr_addressof.pass.cpp20 struct Pointer { struct
21 constexpr Pointer(void* v) : value(v) {} function in struct:Pointer
/external/clang/lib/CodeGen/
H A DAddress.h26 llvm::Value *Pointer; member in class:clang::CodeGen::Address
30 : Pointer(pointer), Alignment(alignment) {
36 bool isValid() const { return Pointer != nullptr; }
40 return Pointer;
/external/clang/test/SemaCXX/
H A Dwarn-bool-conversion.cpp95 namespace Pointer { namespace
H A Dtypo-correction-delayed.cpp166 struct Pointer { struct
170 void MovePointer(Pointer &Click, int x, int y) { // expected-note 2 {{'Click' declared here}}
/external/libchrome/base/
H A Dlazy_instance.h10 // and Pointer() will always return the same, completely initialized instance.
31 // MyClass* ptr = my_instance.Pointer();
140 return *Pointer();
143 Type* Pointer() { function in class:base::LazyInstance
/external/mesa3d/src/gallium/tools/trace/
H A Dmodel.py93 class Pointer(Node): class in inherits:Node
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
H A DCorrelatedValuePropagation.cpp119 Value *Pointer = 0; local
121 Pointer = L->getPointerOperand();
123 Pointer = cast<StoreInst>(I)->getPointerOperand();
125 if (isa<Constant>(Pointer)) return false;
127 Constant *C = LVI->getConstant(Pointer, I->getParent());
131 I->replaceUsesOfWith(Pointer, C);
H A DDeadStoreElimination.cpp609 Value *Pointer = GetUnderlyingObject(getStoredPointerOperand(BBI)); local
612 if (DeadStackObjects.count(Pointer)) {
616 << *Dead << "\n Object: " << *Pointer << '\n'); local
/external/jmdns/src/javax/jmdns/impl/
H A DDNSQuestion.java85 * Pointer question.
87 private static class Pointer extends DNSQuestion { class in class:DNSQuestion
88 Pointer(String name, DNSRecordType type, DNSRecordClass recordClass, boolean unique) { method in class:DNSQuestion.Pointer
101 answers.add(new DNSRecord.Pointer("_services._dns-sd._udp.local.", DNSRecordClass.CLASS_IN, DNSRecordClass.NOT_UNIQUE, DNSConstants.DNS_TTL, typeEntry.getType()));
142 DNSQuestion question = new Pointer(this.getName(), DNSRecordType.TYPE_PTR, this.getRecordClass(), this.isUnique());
203 DNSQuestion question = new Pointer(this.getName(), DNSRecordType.TYPE_PTR, this.getRecordClass(), this.isUnique());
249 return new Pointer(name, type, recordClass, unique);
/external/llvm/include/llvm/ADT/
H A DPointerSumType.h73 create(typename HelperT::template Lookup<N>::PointerT Pointer) { argument
75 void *V = HelperT::template Lookup<N>::TraitsT::getAsVoidPointer(Pointer);
77 "Pointer is insufficiently aligned to store the discriminant!");
/external/llvm/include/llvm/Analysis/
H A DObjCARCAnalysisUtils.h210 const Value *Pointer = local
212 if (const GlobalVariable *GV = dyn_cast<GlobalVariable>(Pointer)) {
/external/v8/src/base/
H A Dlazy-instance.h10 // and Pointer() will always return the same, completely initialized instance.
30 // MyClass* ptr = my_instance.Pointer();
187 T* Pointer() { function in struct:v8::base::LazyInstanceImpl
/external/libmojo/mojo/public/cpp/bindings/lib/
H A Dbindings_internal.h99 struct Pointer { struct in namespace:mojo::internal
112 static_assert(sizeof(Pointer<char>) == 8, "Bad_sizeof(Pointer)");
208 using DataAsArrayElement = Pointer<Data>;
276 using DataAsArrayElement = Pointer<Data>;
284 using DataAsArrayElement = Pointer<Data>;
295 Pointer<Data>>::type;
308 Pointer<Data>>::type;
/external/llvm/include/llvm/IR/
H A DIntrinsics.h92 Integer, Vector, Pointer, Struct, enumerator in enum:llvm::Intrinsic::IITDescriptor::IITDescriptorKind
/external/llvm/lib/Transforms/Scalar/
H A DCorrelatedValuePropagation.cpp163 Value *Pointer = nullptr; local
165 Pointer = L->getPointerOperand();
167 Pointer = cast<StoreInst>(I)->getPointerOperand();
169 if (isa<Constant>(Pointer)) return false;
171 Constant *C = LVI->getConstant(Pointer, I->getParent(), I);
175 I->replaceUsesOfWith(Pointer, C);
H A DLoadCombine.cpp42 Value *Pointer; member in struct:__anon13361::PointerOffsetPair
99 POP.Pointer = LI.getPointerOperand();
103 while (isa<BitCastInst>(POP.Pointer) || isa<GetElementPtrInst>(POP.Pointer)) {
104 if (auto *GEP = dyn_cast<GetElementPtrInst>(POP.Pointer)) {
111 POP.Pointer = GEP->getPointerOperand();
112 } else if (auto *BC = dyn_cast<BitCastInst>(POP.Pointer)) {
113 POP.Pointer = BC->getOperand(0);
208 FirstLP.POP.Pointer->getType()->getPointerAddressSpace();
212 Builder->CreatePointerCast(Loads[0].POP.Pointer,
[all...]
/external/clang/test/CodeGen/
H A D2002-07-14-MiscTests3.c8 char *Pointer; member in struct:FunStructTest
/external/llvm/lib/Analysis/
H A DAliasSetTracker.cpp269 AliasSet &AliasSetTracker::getAliasSetForPointer(Value *Pointer, uint64_t Size, argument
272 AliasSet::PointerRec &Entry = getEntryFor(Pointer);
282 mergeAliasSetsForPointer(Pointer, Size, AAInfo);
287 if (AliasSet *AS = mergeAliasSetsForPointer(Pointer, Size, AAInfo)) {
/external/swiftshader/third_party/LLVM/lib/Analysis/
H A DAliasSetTracker.cpp265 AliasSet &AliasSetTracker::getAliasSetForPointer(Value *Pointer, uint64_t Size, argument
268 AliasSet::PointerRec &Entry = getEntryFor(Pointer);
277 if (AliasSet *AS = findAliasSetForPointer(Pointer, Size, TBAAInfo)) {

Completed in 706 milliseconds

123