Searched defs:Buffer (Results 126 - 150 of 154) sorted by relevance

1234567

/freebsd-10.1-release/contrib/llvm/tools/clang/include/clang/Basic/
H A DSourceManager.h97 mutable llvm::PointerIntPair<const llvm::MemoryBuffer *, 2> Buffer; member in class:clang::SrcMgr::ContentCache
737 createMainFileIDForMemBuffer(const llvm::MemoryBuffer *Buffer, SrcMgr::CharacteristicKind Kind = SrcMgr::C_User) argument
796 createFileIDForMemBuffer(const llvm::MemoryBuffer *Buffer, SrcMgr::CharacteristicKind FileCharacter = SrcMgr::C_User, int LoadedID = 0, unsigned LoadedOffset = 0, SourceLocation IncludeLoc = SourceLocation()) argument
[all...]
/freebsd-10.1-release/contrib/llvm/tools/clang/lib/AST/
H A DExprCXX.cpp598 void *Buffer = C.Allocate(sizeof(CXXStaticCastExpr) local
609 void *Buffer = local
623 void *Buffer = C.Allocate(sizeof(CXXDynamicCastExpr) local
634 void *Buffer = local
680 void *Buffer = local
691 void *Buffer = C.Allocate(sizeof(CXXReinterpretCastExpr) local
715 void *Buffer = C.Allocate(sizeof(CXXFunctionalCastExpr) local
725 void *Buffer = C.Allocate(sizeof(CXXFunctionalCastExpr) local
[all...]
H A DStmt.cpp1046 Capture *Buffer = getStoredCaptures(); local
H A DExprConstant.cpp361 SmallVector<char, 32> Buffer; local
379 SmallVector<char, 32> Buffer; local
841 SmallVector<char, 128> Buffer; local
[all...]
H A DDecl.cpp2906 void *Buffer = Context.Allocate(Size); local
H A DExpr.cpp491 SmallString<256> Buffer; local
1696 void *Buffer = local
1706 void *Buffer = local
1718 void *Buffer = local
1728 void *Buffer = local
[all...]
/freebsd-10.1-release/contrib/llvm/tools/clang/lib/Basic/
H A DSourceManager.cpp473 createMemBufferContentCache(const MemoryBuffer *Buffer) argument
666 overrideFileContents(const FileEntry *SourceFile, const llvm::MemoryBuffer *Buffer, bool DoNotFree) argument
1131 const llvm::MemoryBuffer *Buffer local
1219 const MemoryBuffer *Buffer = FI->getBuffer(Diag, SM, SourceLocation(), local
1801 const llvm::MemoryBuffer *Buffer = Content->getBuffer(Diag, *this); local
[all...]
/freebsd-10.1-release/contrib/llvm/tools/clang/lib/Lex/
H A DLexer.cpp377 unsigned Lexer::getSpelling(const Token &Tok, const char *&Buffer, argument
451 StringRef Buffer = SM.getBufferData(LocInfo.first, &Invalid); local
477 StringRef Buffer = SM.getBufferData(LocInfo.first, &Invalid); local
557 ComputePreamble(const llvm::MemoryBuffer *Buffer, const LangOptions &LangOpts, unsigned MaxLines) argument
1659 char Buffer[MaxStandardSuffixLength] = { C }; local
[all...]
H A DModuleMap.cpp115 sanitizeFilenameAsIdentifier(StringRef Name, SmallVectorImpl<char> &Buffer) argument
2128 const llvm::MemoryBuffer *Buffer = SourceMgr.getBuffer(ID); local
[all...]
H A DPPDirectives.cpp1291 GetIncludeFilenameSpelling(SourceLocation Loc, StringRef &Buffer) argument
[all...]
/freebsd-10.1-release/sys/contrib/dev/acpica/include/
H A Dacobject.h509 ACPI_OBJECT_BUFFER Buffer; member in union:acpi_operand_object
H A Damlresrc.h120 void *Buffer; member in struct:asl_resource_node
H A Dactypes.h870 } Buffer; member in union:acpi_object
/freebsd-10.1-release/contrib/llvm/tools/clang/include/clang/Lex/
H A DPreprocessor.h984 unsigned getSpelling(const Token &Tok, const char *&Buffer, argument
/freebsd-10.1-release/contrib/llvm/tools/clang/include/clang/Serialization/
H A DASTReader.h1275 void addInMemoryBuffer(StringRef &FileName, llvm::MemoryBuffer *Buffer) { argument
/freebsd-10.1-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCodeGenFunction.h403 char *Buffer = &LifetimeExtendedCleanupStack[OldSize]; local
H A DCodeGenModule.cpp498 SmallString<256> Buffer; local
518 void CodeGenModule::getBlockMangledName(GlobalDecl GD, MangleBuffer &Buffer, argument
H A DCGExpr.cpp2054 SmallString<32> Buffer; local
/freebsd-10.1-release/contrib/llvm/tools/clang/lib/Frontend/
H A DASTUnit.cpp186 SmallString<128> Buffer; member in struct:ASTUnit::ASTWriterData
1282 llvm::MemoryBuffer *Buffer = 0; local
2565 serializeUnit(ASTWriter &Writer, SmallVectorImpl<char> &Buffer, Sema &S, bool hasErrors, raw_ostream &OS) argument
[all...]
/freebsd-10.1-release/contrib/llvm/tools/clang/lib/Parse/
H A DParseDecl.cpp695 SmallString<512> Buffer; local
/freebsd-10.1-release/sys/boot/i386/libi386/
H A Dpxe.h381 SEGOFF16_t Buffer; member in struct:__anon6317
389 ADDR32_t Buffer; member in struct:__anon6318
456 SEGOFF16_t Buffer; /* copy to, leave at 0 for pointer */ member in struct:__anon6325
/freebsd-10.1-release/sys/dev/asr/
H A Dasr.c1426 ASR_getParams(Asr_softc_t *sc, tid_t TID, int Group, void *Buffer, argument
1676 } Buffer; local
1702 } Buffer; local
2515 } Buffer; local
[all...]
/freebsd-10.1-release/sys/dev/mpt/mpilib/
H A Dmpi_targ.h126 CMD_BUFFER_DESCRIPTOR Buffer[1]; /* 0Ch */ member in struct:_MSG_TARGET_CMD_BUFFER_POST_REQUEST
/freebsd-10.1-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp2139 const llvm::MemoryBuffer *Buffer = SM.getBuffer(FID, &Invalid); local
/freebsd-10.1-release/contrib/llvm/tools/clang/lib/Serialization/
H A DASTWriter.cpp1710 const llvm::MemoryBuffer *Buffer local
1723 const llvm::MemoryBuffer *Buffer local
2158 SmallString<64> Buffer; local
4151 SmallString<2048> Buffer; local
[all...]

Completed in 270 milliseconds

1234567