Searched refs:Buf (Results 1 - 25 of 200) sorted by relevance

12345678

/prebuilts/go/darwin-x86/src/runtime/cgo/
H A Dgcc_traceback.c13 uintptr_t* Buf; member in struct:cgoTracebackArg
27 arg.Buf = cgoCallers;
/prebuilts/go/linux-x86/src/runtime/cgo/
H A Dgcc_traceback.c13 uintptr_t* Buf; member in struct:cgoTracebackArg
27 arg.Buf = cgoCallers;
/prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Index/
H A DUSRGeneration.h30 bool generateUSRForDecl(const Decl *D, SmallVectorImpl<char> &Buf);
57 const SourceManager &SM, SmallVectorImpl<char> &Buf);
59 const SourceManager &SM, SmallVectorImpl<char> &Buf);
/prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Index/
H A DUSRGeneration.h30 bool generateUSRForDecl(const Decl *D, SmallVectorImpl<char> &Buf);
57 const SourceManager &SM, SmallVectorImpl<char> &Buf);
59 const SourceManager &SM, SmallVectorImpl<char> &Buf);
/prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Lex/
H A DScratchBuffer.h37 SourceLocation getToken(const char *Buf, unsigned Len, const char *&DestPtr);
/prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/Lex/
H A DScratchBuffer.h37 SourceLocation getToken(const char *Buf, unsigned Len, const char *&DestPtr);
/prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/Lex/
H A DScratchBuffer.h37 SourceLocation getToken(const char *Buf, unsigned Len, const char *&DestPtr);
/prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/Lex/
H A DScratchBuffer.h37 SourceLocation getToken(const char *Buf, unsigned Len, const char *&DestPtr);
/prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/Lex/
H A DScratchBuffer.h37 SourceLocation getToken(const char *Buf, unsigned Len, const char *&DestPtr);
/prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/Lex/
H A DScratchBuffer.h37 SourceLocation getToken(const char *Buf, unsigned Len, const char *&DestPtr);
/prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/Lex/
H A DScratchBuffer.h37 SourceLocation getToken(const char *Buf, unsigned Len, const char *&DestPtr);
/prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Lex/
H A DScratchBuffer.h37 SourceLocation getToken(const char *Buf, unsigned Len, const char *&DestPtr);
/prebuilts/clang/host/linux-x86/clang-4393122/include/clang/Lex/
H A DScratchBuffer.h37 SourceLocation getToken(const char *Buf, unsigned Len, const char *&DestPtr);
/prebuilts/clang/host/linux-x86/clang-4479392/include/clang/Lex/
H A DScratchBuffer.h37 SourceLocation getToken(const char *Buf, unsigned Len, const char *&DestPtr);
/prebuilts/clang/host/linux-x86/clang-4579689/include/clang/Lex/
H A DScratchBuffer.h37 SourceLocation getToken(const char *Buf, unsigned Len, const char *&DestPtr);
/prebuilts/clang/host/linux-x86/clang-4630689/include/clang/Lex/
H A DScratchBuffer.h37 SourceLocation getToken(const char *Buf, unsigned Len, const char *&DestPtr);
/prebuilts/clang/host/linux-x86/clang-4639204/include/clang/Lex/
H A DScratchBuffer.h37 SourceLocation getToken(const char *Buf, unsigned Len, const char *&DestPtr);
/prebuilts/clang/host/linux-x86/clang-4691093/include/clang/Lex/
H A DScratchBuffer.h37 SourceLocation getToken(const char *Buf, unsigned Len, const char *&DestPtr);
/prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Object/
H A DBinary.h146 std::unique_ptr<MemoryBuffer> Buf; member in class:llvm::object::OwningBinary
150 OwningBinary(std::unique_ptr<T> Bin, std::unique_ptr<MemoryBuffer> Buf);
162 std::unique_ptr<MemoryBuffer> Buf)
163 : Bin(std::move(Bin)), Buf(std::move(Buf)) {}
169 : Bin(std::move(Other.Bin)), Buf(std::move(Other.Buf)) {}
174 Buf = std::move(Other.Buf);
181 return std::make_pair(std::move(Bin), std::move(Buf));
161 OwningBinary(std::unique_ptr<T> Bin, std::unique_ptr<MemoryBuffer> Buf) argument
[all...]
/prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Object/
H A DBinary.h156 std::unique_ptr<MemoryBuffer> Buf; member in class:llvm::object::OwningBinary
160 OwningBinary(std::unique_ptr<T> Bin, std::unique_ptr<MemoryBuffer> Buf);
172 std::unique_ptr<MemoryBuffer> Buf)
173 : Bin(std::move(Bin)), Buf(std::move(Buf)) {}
179 : Bin(std::move(Other.Bin)), Buf(std::move(Other.Buf)) {}
184 Buf = std::move(Other.Buf);
191 return std::make_pair(std::move(Bin), std::move(Buf));
171 OwningBinary(std::unique_ptr<T> Bin, std::unique_ptr<MemoryBuffer> Buf) argument
[all...]
/prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Object/
H A DBinary.h156 std::unique_ptr<MemoryBuffer> Buf; member in class:llvm::object::OwningBinary
160 OwningBinary(std::unique_ptr<T> Bin, std::unique_ptr<MemoryBuffer> Buf);
172 std::unique_ptr<MemoryBuffer> Buf)
173 : Bin(std::move(Bin)), Buf(std::move(Buf)) {}
179 : Bin(std::move(Other.Bin)), Buf(std::move(Other.Buf)) {}
184 Buf = std::move(Other.Buf);
191 return std::make_pair(std::move(Bin), std::move(Buf));
171 OwningBinary(std::unique_ptr<T> Bin, std::unique_ptr<MemoryBuffer> Buf) argument
[all...]
/prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Object/
H A DBinary.h146 std::unique_ptr<MemoryBuffer> Buf; member in class:llvm::object::OwningBinary
150 OwningBinary(std::unique_ptr<T> Bin, std::unique_ptr<MemoryBuffer> Buf);
162 std::unique_ptr<MemoryBuffer> Buf)
163 : Bin(std::move(Bin)), Buf(std::move(Buf)) {}
169 : Bin(std::move(Other.Bin)), Buf(std::move(Other.Buf)) {}
174 Buf = std::move(Other.Buf);
181 return std::make_pair(std::move(Bin), std::move(Buf));
161 OwningBinary(std::unique_ptr<T> Bin, std::unique_ptr<MemoryBuffer> Buf) argument
[all...]
/prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Object/
H A DBinary.h156 std::unique_ptr<MemoryBuffer> Buf; member in class:llvm::object::OwningBinary
160 OwningBinary(std::unique_ptr<T> Bin, std::unique_ptr<MemoryBuffer> Buf);
172 std::unique_ptr<MemoryBuffer> Buf)
173 : Bin(std::move(Bin)), Buf(std::move(Buf)) {}
179 : Bin(std::move(Other.Bin)), Buf(std::move(Other.Buf)) {}
184 Buf = std::move(Other.Buf);
191 return std::make_pair(std::move(Bin), std::move(Buf));
171 OwningBinary(std::unique_ptr<T> Bin, std::unique_ptr<MemoryBuffer> Buf) argument
[all...]
/prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Object/
H A DBinary.h156 std::unique_ptr<MemoryBuffer> Buf; member in class:llvm::object::OwningBinary
160 OwningBinary(std::unique_ptr<T> Bin, std::unique_ptr<MemoryBuffer> Buf);
172 std::unique_ptr<MemoryBuffer> Buf)
173 : Bin(std::move(Bin)), Buf(std::move(Buf)) {}
179 : Bin(std::move(Other.Bin)), Buf(std::move(Other.Buf)) {}
184 Buf = std::move(Other.Buf);
191 return std::make_pair(std::move(Bin), std::move(Buf));
171 OwningBinary(std::unique_ptr<T> Bin, std::unique_ptr<MemoryBuffer> Buf) argument
[all...]
/prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/Index/
H A DUSRGeneration.h30 bool generateUSRForDecl(const Decl *D, SmallVectorImpl<char> &Buf);
69 const SourceManager &SM, SmallVectorImpl<char> &Buf);
71 const SourceManager &SM, SmallVectorImpl<char> &Buf);

Completed in 501 milliseconds

12345678