Home
last modified time | relevance | path

Searched defs:Code (Results 1 – 25 of 96) sorted by relevance

1234

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/ASTMatchers/Dynamic/
H A DParser.h196 static bool parseExpression(StringRef Code, Sema *S, in parseExpression()
200 static bool parseExpression(StringRef Code, VariantValue *Value, in parseExpression()
220 completeExpression(StringRef Code, unsigned CompletionOffset, Sema *S) { in completeExpression()
224 completeExpression(StringRef Code, unsigned CompletionOffset) { in completeExpression()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Tooling/Refactoring/Extract/
H A DExtract.h35 ExtractFunction(CodeRangeASTSelection Code, Optional<std::string> DeclName) in ExtractFunction()
42 CodeRangeASTSelection Code; variable
/freebsd-12.1/contrib/llvm/lib/Bitcode/Reader/
H A DBitstreamReader.cpp99 unsigned Code = ReadVBR(6); in skipRecord() local
108 unsigned Code; in skipRecord() local
183 unsigned Code = ReadVBR(6); in readRecord() local
195 unsigned Code; in readRecord() local
H A DMetadataLoader.cpp691 auto Code = IndexCursor.skipRecord(Entry.ID); in lazyLoadModuleMetadataBlock() local
725 auto Code = IndexCursor.readRecord(Entry.ID, Record); in lazyLoadModuleMetadataBlock() local
748 unsigned Code = IndexCursor.readRecord(Entry.ID, Record); in lazyLoadModuleMetadataBlock() local
905 unsigned Code = Stream.readRecord(Entry.ID, Record, &Blob); in parseMetadata() local
936 unsigned Code = IndexCursor.readRecord(Entry.ID, Record, &Blob); in lazyLoadOneMetadata() local
976 SmallVectorImpl<uint64_t> &Record, unsigned Code, in parseOneMetadata()
1984 unsigned Code = Stream.readRecord(Entry.ID, Record); in parseMetadataKinds() local
/freebsd-12.1/contrib/llvm/tools/clang/lib/Format/
H A DFormat.cpp1975 bool isMpegTS(StringRef Code) { in isMpegTS()
2005 processReplacements(T ProcessFunc, StringRef Code, in processReplacements()
2040 auto Reformat = [](const FormatStyle &Style, StringRef Code, in formatReplacements()
2062 fixCppIncludeInsertions(StringRef Code, const tooling::Replacements &Replaces, in fixCppIncludeInsertions()
2151 reformat(const FormatStyle &Style, StringRef Code, in reformat()
2217 tooling::Replacements reformat(const FormatStyle &Style, StringRef Code, in reformat()
2228 tooling::Replacements cleanup(const FormatStyle &Style, StringRef Code, in cleanup()
2237 tooling::Replacements reformat(const FormatStyle &Style, StringRef Code, in reformat()
2248 StringRef Code, in fixNamespaceEndComments()
2257 StringRef Code, in sortUsingDeclarations()
[all …]
/freebsd-12.1/contrib/llvm/lib/ExecutionEngine/OProfileJIT/
H A DOProfileWrapper.cpp214 void const* Code, in op_write_native_code()
226 void const* Code, in op_write_debug_line_info()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Tooling/Inclusions/
H A DHeaderIncludes.cpp39 StringRef FileName, StringRef Code, const IncludeStyle &Style, in getOffsetAfterTokenSequence()
76 StringRef Code, in getOffsetAfterHeaderGuardsAndComments()
130 unsigned getMaxHeaderInsertionOffset(StringRef FileName, StringRef Code, in getMaxHeaderInsertionOffset()
192 HeaderIncludes::HeaderIncludes(StringRef FileName, StringRef Code, in HeaderIncludes()
/freebsd-12.1/contrib/llvm/tools/clang/utils/TableGen/
H A DClangDataCollectorsEmitter.cpp12 auto Code = R.getValue("Code")->getValue(); in EmitClangDataCollectors() local
/freebsd-12.1/contrib/llvm/tools/clang/tools/clang-format/
H A DClangFormat.cpp134 static bool fillRanges(MemoryBuffer *Code, in fillRanges()
258 std::unique_ptr<llvm::MemoryBuffer> Code = std::move(CodeOrErr.get()); in format() local
363 std::unique_ptr<llvm::MemoryBuffer> Code; in main() local
/freebsd-12.1/contrib/googletest/googletest/docs/
H A DPumpManual.md162 ## Code ## section in Our Solution
/freebsd-12.1/contrib/llvm/include/llvm/Support/
H A DBinaryStreamError.h44 stream_error_code Code; variable
/freebsd-12.1/contrib/llvm/tools/lld/include/lld/Core/
H A DSharedLibraryAtom.h23 Code, enumerator
/freebsd-12.1/contrib/llvm/tools/clang/lib/Tooling/Refactoring/
H A DAtomicChange.cpp90 bool violatesColumnLimit(llvm::StringRef Code, unsigned ColumnLimit, in violatesColumnLimit()
108 getRangesForFormating(llvm::StringRef Code, unsigned ColumnLimit, in getRangesForFormating()
145 createReplacementsForHeaders(llvm::StringRef FilePath, llvm::StringRef Code, in createReplacementsForHeaders()
296 applyAtomicChanges(llvm::StringRef FilePath, llvm::StringRef Code, in applyAtomicChanges()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Tooling/
H A DTooling.cpp130 bool runToolOnCode(FrontendAction *ToolAction, const Twine &Code, in runToolOnCode()
157 FrontendAction *ToolAction, const Twine &Code, in runToolOnCodeWithArgs()
176 FrontendAction *ToolAction, const Twine &Code, in runToolOnCodeWithArgs()
577 buildASTFromCode(StringRef Code, StringRef FileName, in buildASTFromCode()
584 StringRef Code, const std::vector<std::string> &Args, StringRef FileName, in buildASTFromCodeWithArgs()
/freebsd-12.1/contrib/llvm/tools/clang/lib/ASTMatchers/Dynamic/
H A DParser.cpp297 StringRef Code; member in clang::ast_matchers::dynamic::Parser::CodeTokenizer
628 bool Parser::parseExpression(StringRef Code, Sema *S, in parseExpression()
643 Parser::completeExpression(StringRef Code, unsigned CompletionOffset, Sema *S, in completeExpression()
663 Parser::parseMatcherExpression(StringRef Code, Sema *S, in parseMatcherExpression()
/freebsd-12.1/contrib/llvm/tools/llvm-bcanalyzer/
H A Dllvm-bcanalyzer.cpp495 static bool decodeBlob(unsigned Code, unsigned BlockID, StringRef Indent, in decodeBlob()
613 unsigned Code = Stream.readRecord(Entry.ID, Record, &Blob); in ParseBlock() local
856 unsigned Code = BlockInfoCursor.ReadCode(); in AnalyzeBitcode() local
878 unsigned Code = Stream.ReadCode(); in AnalyzeBitcode() local
/freebsd-12.1/contrib/llvm/lib/Analysis/
H A DCmpInstAnalysis.cpp43 Constant *llvm::getPredForICmpCode(unsigned Code, bool Sign, Type *OpTy, in getPredForICmpCode()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Tooling/Inclusions/
H A DHeaderIncludes.h98 std::string Code; variable
/freebsd-12.1/contrib/llvm/include/llvm/ExecutionEngine/
H A DSectionMemoryManager.h46 Code, enumerator
/freebsd-12.1/sys/contrib/dev/acpica/include/
H A Dacpiosxf.h187 UINT32 Code; member
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFAbbreviationDeclaration.h27 dw_uleb128_t Code() const { return m_code; } in Code() function
/freebsd-12.1/contrib/bearssl/T0/
H A DWordInterpreted.cs44 internal Opcode[] Code { property in WordInterpreted
/freebsd-12.1/contrib/llvm/lib/Target/AArch64/Utils/
H A DAArch64BaseInfo.h214 inline static const char *getCondCodeName(CondCode Code) { in getCondCodeName()
236 inline static CondCode getInvertedCondCode(CondCode Code) { in getInvertedCondCode()
246 inline static unsigned getNZCVToSatisfyCondCode(CondCode Code) { in getNZCVToSatisfyCondCode()
/freebsd-12.1/contrib/llvm/lib/TableGen/
H A DStringMatcher.cpp62 StringRef Code = Matches[0]->second; in EmitStringMatcherForChar() local
/freebsd-12.1/contrib/llvm/tools/clang/lib/Tooling/Refactoring/Extract/
H A DExtract.cpp71 CodeRangeASTSelection Code, in initiate()

1234