Home
last modified time | relevance | path

Searched defs:Ptr (Results 1 – 25 of 386) sorted by relevance

12345678910>>...16

/netbsd/external/apache2/llvm/dist/clang/lib/AST/Interp/
H A DInterp.cpp181 bool CheckExtern(InterpState &S, CodePtr OpPC, const Pointer &Ptr) { in CheckExtern()
194 bool CheckArray(InterpState &S, CodePtr OpPC, const Pointer &Ptr) { in CheckArray()
202 bool CheckLive(InterpState &S, CodePtr OpPC, const Pointer &Ptr, in CheckLive()
231 bool CheckNull(InterpState &S, CodePtr OpPC, const Pointer &Ptr, in CheckNull()
240 bool CheckRange(InterpState &S, CodePtr OpPC, const Pointer &Ptr, in CheckRange()
249 bool CheckRange(InterpState &S, CodePtr OpPC, const Pointer &Ptr, in CheckRange()
258 bool CheckConst(InterpState &S, CodePtr OpPC, const Pointer &Ptr) { in CheckConst()
283 bool CheckLoad(InterpState &S, CodePtr OpPC, const Pointer &Ptr) { in CheckLoad()
301 bool CheckStore(InterpState &S, CodePtr OpPC, const Pointer &Ptr) { in CheckStore()
315 bool CheckInvoke(InterpState &S, CodePtr OpPC, const Pointer &Ptr) { in CheckInvoke()
[all …]
H A DSource.h55 CodePtr(const char *Ptr) : Ptr(Ptr) {} in CodePtr()
60 ReadHelper(const char *Ptr) { in ReadHelper()
67 ReadHelper(const char *Ptr) { in ReadHelper()
77 const char *Ptr; variable
H A DInterp.h487 const Pointer &Ptr = S.Stk.pop<Pointer>(); in InitFieldActive() local
518 const Pointer &Ptr = S.Stk.pop<Pointer>(); in GetPtrField() local
540 const Pointer &Ptr = S.Stk.pop<Pointer>(); in GetPtrActiveField() local
566 const Pointer &Ptr = S.Stk.pop<Pointer>(); in GetPtrBase() local
595 const Pointer &Ptr = S.Stk.pop<Pointer>(); in GetPtrVirtBase() local
626 const Pointer &Ptr = S.Stk.pop<Pointer>(); in LoadPop() local
646 const Pointer &Ptr = S.Stk.pop<Pointer>(); in StorePop() local
670 const Pointer &Ptr = S.Stk.pop<Pointer>(); in StoreBitFieldPop() local
684 const Pointer &Ptr = S.Stk.pop<Pointer>(); in InitPop() local
721 const Pointer &Ptr = S.Stk.pop<Pointer>(); in OffsetHelper() local
[all …]
H A DDescriptor.cpp18 static void ctorTy(Block *, char *Ptr, bool, bool, bool, Descriptor *) { in ctorTy()
22 template <typename T> static void dtorTy(Block *, char *Ptr, Descriptor *) { in dtorTy()
34 static void ctorArrayTy(Block *, char *Ptr, bool, bool, bool, Descriptor *D) { in ctorArrayTy()
41 static void dtorArrayTy(Block *, char *Ptr, Descriptor *D) { in dtorArrayTy()
56 static void ctorArrayDesc(Block *B, char *Ptr, bool IsConst, bool IsMutable, in ctorArrayDesc()
81 static void dtorArrayDesc(Block *B, char *Ptr, Descriptor *D) { in dtorArrayDesc()
117 static void ctorRecord(Block *B, char *Ptr, bool IsConst, bool IsMutable, in ctorRecord()
140 static void dtorRecord(Block *B, char *Ptr, Descriptor *D) { in dtorRecord()
H A DInterpStack.h36 auto *Ptr = &peek<T>(); in pop() local
45 auto *Ptr = &peek<T>(); in discard() local
/netbsd/external/apache2/llvm/dist/llvm/lib/Support/
H A DDynamicLibrary.cpp77 if (void *Ptr = DLSym(Handle, Symbol)) in LibLookup() local
82 if (void *Ptr = DLSym(Handle, Symbol)) in LibLookup() local
94 if (void *Ptr = LibLookup(Symbol, Order)) in Lookup() local
99 if (void *Ptr = DLSym(Process, Symbol)) in Lookup() local
104 if (void *Ptr = LibLookup(Symbol, Order)) in Lookup() local
191 if (void *Ptr = OpenedHandles->Lookup(SymbolName, SearchOrder)) in SearchForAddressOfSymbol() local
H A DFormattedStream.cpp26 void formatted_raw_ostream::UpdatePosition(const char *Ptr, size_t Size) { in UpdatePosition()
96 void formatted_raw_ostream::ComputePosition(const char *Ptr, size_t Size) { in ComputePosition()
124 void formatted_raw_ostream::write_impl(const char *Ptr, size_t Size) { in write_impl()
H A Draw_ostream.cpp240 raw_ostream &raw_ostream::write(const char *Ptr, size_t Size) { in write()
283 void raw_ostream::copy_to_buffer(const char *Ptr, size_t Size) { in copy_to_buffer()
302 void raw_ostream::flush_tied_then_write(const char *Ptr, size_t Size) { in flush_tied_then_write()
736 void raw_fd_ostream::write_impl(const char *Ptr, size_t Size) { in write_impl()
816 void raw_fd_ostream::pwrite_impl(const char *Ptr, size_t Size, in pwrite_impl()
921 ssize_t raw_fd_stream::read(char *Ptr, size_t Size) { in read()
943 void raw_string_ostream::write_impl(const char *Ptr, size_t Size) { in write_impl()
953 void raw_svector_ostream::write_impl(const char *Ptr, size_t Size) { in write_impl()
957 void raw_svector_ostream::pwrite_impl(const char *Ptr, size_t Size, in pwrite_impl()
975 void raw_null_ostream::write_impl(const char *Ptr, size_t Size) { in write_impl()
[all …]
H A DTwine.cpp57 void Twine::printOneChild(raw_ostream &OS, Child Ptr, in printOneChild()
107 void Twine::printOneChildRepr(raw_ostream &OS, Child Ptr, in printOneChildRepr()
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DArrayRecycler.h56 void push(unsigned Idx, T *Ptr) { in push()
106 while (T *Ptr = pop(Bucket.size() - 1)) in clear() local
127 if (T *Ptr = pop(Cap.getBucket())) in allocate() local
137 void deallocate(Capacity Cap, T *Ptr) { in deallocate()
H A DAllocator.h213 void Deallocate(const void *Ptr, size_t Size, size_t /*Alignment*/) { in Deallocate()
227 llvm::Optional<int64_t> identifyObject(const void *Ptr) { in identifyObject()
253 int64_t identifyKnownObject(const void *Ptr) { in identifyKnownObject()
270 int64_t identifyKnownAlignedObject(const void *Ptr) { in identifyKnownAlignedObject()
358 void *Ptr = PtrAndSize.first; in DeallocateCustomSizedSlabs() local
400 for (char *Ptr = Begin; Ptr + sizeof(T) <= End; Ptr += sizeof(T)) in DestroyAll() local
416 void *Ptr = PtrAndSize.first; in DestroyAll() local
H A DSMLoc.h24 const char *Ptr = nullptr; variable
36 static SMLoc getFromPointer(const char *Ptr) { in getFromPointer()
H A DAllocatorBase.h51 void Deallocate(const void *Ptr, size_t Size, size_t Alignment) { in Deallocate()
91 void Deallocate(const void *Ptr, size_t Size, size_t Alignment) { in Deallocate()
/netbsd/sys/external/bsd/compiler_rt/dist/lib/profile/
H A DInstrProfilingPort.h34 #define COMPILER_RT_BOOL_CMPXCHG(Ptr, OldV, NewV) \ argument
38 #define COMPILER_RT_BOOL_CMPXCHG(Ptr, OldV, NewV) \ argument
43 #define COMPILER_RT_BOOL_CMPXCHG(Ptr, OldV, NewV) \ argument
47 #define COMPILER_RT_BOOL_CMPXCHG(Ptr, OldV, NewV) \ argument
/netbsd/external/apache2/llvm/dist/clang/lib/Sema/
H A DIdentifierResolver.cpp149 void *Ptr = Name.getFETokenInfo(); in AddDecl() local
174 void *Ptr = Name.getFETokenInfo(); in InsertDeclAfter() local
215 void *Ptr = Name.getFETokenInfo(); in RemoveDecl() local
234 void *Ptr = Name.getFETokenInfo(); in begin() local
306 void *Ptr = Name.getFETokenInfo(); in tryAddTopLevelDecl() local
399 void *Ptr = Name.getFETokenInfo(); in operator []() local
/netbsd/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DOwnership.h51 void *Ptr = nullptr; variable
53 explicit OpaquePtr(void *Ptr) : Ptr(Ptr) {} in OpaquePtr()
97 void *Ptr; member
H A DIdentifierResolver.h83 uintptr_t Ptr = 0; variable
190 static inline bool isDeclPtr(void *Ptr) { in isDeclPtr()
195 static inline IdDeclInfo *toIdDeclInfo(void *Ptr) { in toIdDeclInfo()
/netbsd/external/apache2/llvm/dist/llvm/lib/Transforms/ObjCARC/
H A DPtrState.cpp227 const Value *Ptr, in HandlePotentialAlterRefCount()
254 const Value *Ptr, in HandlePotentialUse()
378 Instruction *Inst, const Value *Ptr, ProvenanceAnalysis &PA, in HandlePotentialAlterRefCount()
416 void TopDownPtrState::HandlePotentialUse(Instruction *Inst, const Value *Ptr, in HandlePotentialUse()
/netbsd/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/COFF/
H A DWriter.cpp244 uint8_t *Ptr = reinterpret_cast<uint8_t *>(Buf->getBufferStart()); in writeHeaders() local
306 uint8_t *Ptr = reinterpret_cast<uint8_t *>(Buf->getBufferStart()) + in writeSections() local
336 uint8_t *Ptr = reinterpret_cast<uint8_t *>(Buf->getBufferStart()) + in writeSymbolStringTables() local
424 uint8_t *Ptr = reinterpret_cast<uint8_t *>(Buf->getBufferStart()) + in patchDebugDirectory() local
/netbsd/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DCFLGraph.h273 auto *Ptr = Inst.getOperand(0); in visitPtrToIntInst() local
278 auto *Ptr = &Inst; in visitIntToPtrInst() local
307 auto *Ptr = Inst.getPointerOperand(); in visitAtomicCmpXchgInst() local
313 auto *Ptr = Inst.getPointerOperand(); in visitAtomicRMWInst() local
354 auto *Ptr = Inst.getPointerOperand(); in visitLoadInst() local
360 auto *Ptr = Inst.getPointerOperand(); in visitStoreInst() local
477 auto *Ptr = Inst.getVectorOperand(); in visitExtractElementInst() local
505 auto *Ptr = Inst.getAggregateOperand(); in visitExtractValueInst() local
/netbsd/external/gpl3/gdb/dist/gdb/testsuite/gdb.ada/unc_arr_ptr_in_var_rec/
H A Dfoo.adb24 Ptr : Table_Access; component
39 Ptr : P_Table_Access; component
/netbsd/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.ada/unc_arr_ptr_in_var_rec/
H A Dfoo.adb24 Ptr : Table_Access; component
39 Ptr : P_Table_Access; component
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/ADT/
H A DSmallPtrSet.h125 std::pair<const void *const *, bool> insert_imp(const void *Ptr) { in insert_imp()
161 bool erase_imp(const void * Ptr) { in erase_imp()
176 const void *const * find_imp(const void * Ptr) const { in find_imp()
/netbsd/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DEvaluator.cpp182 evaluateBitcastFromPtr(Constant *Ptr, const DataLayout &DL, in evaluateBitcastFromPtr()
214 auto findMemLoc = [this](Constant *Ptr) { return MutatedMemory.lookup(Ptr); }; in ComputeLoadResult()
337 Constant *Ptr = getVal(SI->getOperand(1)); in EvaluateBlock() local
446 Constant *Ptr = getVal(LI->getOperand(0)); in EvaluateBlock() local
498 Constant *Ptr = getVal(MSI->getDest()); in EvaluateBlock() local
526 Value *Ptr = PtrArg->stripPointerCasts(); in EvaluateBlock() local
/netbsd/external/apache2/llvm/dist/clang/include/clang/Lex/
H A DLexer.h547 static inline char getCharAndSizeNoWarn(const char *Ptr, unsigned &Size, in getCharAndSizeNoWarn()
630 inline char getAndAdvanceChar(const char *&Ptr, Token &Tok) { in getAndAdvanceChar()
645 const char *ConsumeChar(const char *Ptr, unsigned Size, Token &Tok) { in ConsumeChar()
661 inline char getCharAndSize(const char *Ptr, unsigned &Size) { in getCharAndSize()

12345678910>>...16