Searched refs:StartBuf (Results 1 – 8 of 8) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Demangle/ |
D | Utility.h | 64 OutputStream(char *StartBuf, size_t Size) in OutputStream() argument 65 : Buffer(StartBuf), CurrentPosition(0), BufferCapacity(Size) {} in OutputStream() 75 static OutputStream create(char *StartBuf, size_t *Size, size_t AllocSize) { in create() argument 78 if (!StartBuf || !Size) { in create() 79 StartBuf = static_cast<char *>(std::malloc(AllocSize)); in create() 80 if (StartBuf == nullptr) in create() 85 Result.reset(StartBuf, *Size); in create()
|
/external/libcxxabi/src/demangle/ |
D | Utility.h | 65 OutputStream(char *StartBuf, size_t Size) in OutputStream() argument 66 : Buffer(StartBuf), CurrentPosition(0), BufferCapacity(Size) {} in OutputStream()
|
/external/swiftshader/third_party/LLVM/lib/AsmParser/ |
D | LLLexer.h | 47 explicit LLLexer(MemoryBuffer *StartBuf, SourceMgr &SM, SMDiagnostic &,
|
D | LLLexer.cpp | 188 LLLexer::LLLexer(MemoryBuffer *StartBuf, SourceMgr &sm, SMDiagnostic &Err, in LLLexer() argument 190 : CurBuf(StartBuf), ErrorInfo(Err), SM(sm), Context(C), APFloatVal(0.0) { in LLLexer()
|
/external/llvm/lib/AsmParser/ |
D | LLLexer.h | 46 explicit LLLexer(StringRef StartBuf, SourceMgr &SM, SMDiagnostic &,
|
D | LLLexer.cpp | 166 LLLexer::LLLexer(StringRef StartBuf, SourceMgr &sm, SMDiagnostic &Err, in LLLexer() argument 168 : CurBuf(StartBuf), ErrorInfo(Err), SM(sm), Context(C), APFloatVal(0.0) { in LLLexer()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/AsmParser/ |
D | LLLexer.h | 50 explicit LLLexer(StringRef StartBuf, SourceMgr &SM, SMDiagnostic &,
|
D | LLLexer.cpp | 160 LLLexer::LLLexer(StringRef StartBuf, SourceMgr &SM, SMDiagnostic &Err, in LLLexer() argument 162 : CurBuf(StartBuf), ErrorInfo(Err), SM(SM), Context(C), APFloatVal(0.0), in LLLexer()
|