Home
last modified time | relevance | path

Searched defs:getPointer (Results 1 – 10 of 10) sorted by relevance

/netbsd/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DAddress.h37 llvm::Value *getPointer() const { in getPointer() function
83 llvm::Constant *getPointer() const { in getPointer() function
H A DCGValue.h325 llvm::Value *getPointer(CodeGenFunction &CGF) const { in getPointer() function
611 llvm::Value *getPointer() const { in getPointer() function
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DSMLoc.h34 const char *getPointer() const { return Ptr; } in getPointer() function
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/ADT/
H A DOptional.h280 constexpr const T *getPointer() const { return &Storage.getValue(); } in getPointer() function
281 T *getPointer() { return &Storage.getValue(); } in getPointer() function
H A DPointerIntPair.h59 PointerTy getPointer() const { return Info::getPointer(Value); } in getPointer() function
H A DSmallBitVector.h94 BitVector *getPointer() const { in getPointer() function
/netbsd/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DSymbolManager.h348 static const llvm::APSInt *getPointer(const llvm::APSInt &Value) { in getPointer() function
351 static const SymExpr *getPointer(const SymExpr *Value) { return Value; } in getPointer() function
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DAliasSetTracker.h258 Value *getPointer() const { return CurNode->getValue(); } in getPointer() function
/netbsd/external/apache2/llvm/dist/clang/include/clang/AST/
H A DVTableBuilder.h218 uintptr_t getPointer() const { in getPointer() function
/netbsd/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DDeclSpec.h1577 static DeclaratorChunk getPointer(unsigned TypeQuals, SourceLocation Loc, in getPointer() function