Home
last modified time | relevance | path

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

12345

/freebsd-13.1/contrib/llvm-project/llvm/utils/TableGen/GlobalISel/
H A DCodeExpander.h33 StringRef Code; variable
43 : Code(Code), Expansions(Expansions), Loc(Loc), in Code() argument
/freebsd-13.1/contrib/llvm-project/clang/include/clang/ASTMatchers/Dynamic/
H A DParser.h210 static bool parseExpression(StringRef &Code, Sema *S, VariantValue *Value, in parseExpression()
214 static bool parseExpression(StringRef &Code, VariantValue *Value, in parseExpression()
234 completeExpression(StringRef &Code, unsigned CompletionOffset, Sema *S) { in completeExpression()
238 completeExpression(StringRef &Code, unsigned CompletionOffset) { in completeExpression()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Tooling/Refactoring/Extract/
H A DExtract.h34 ExtractFunction(CodeRangeASTSelection Code, Optional<std::string> DeclName) in ExtractFunction()
41 CodeRangeASTSelection Code; variable
/freebsd-13.1/contrib/llvm-project/llvm/lib/Bitstream/Reader/
H A DBitstreamReader.cpp97 unsigned Code = MaybeCode.get(); in skipRecord() local
112 unsigned Code; in skipRecord() local
212 uint32_t Code = MaybeCode.get(); in readRecord() local
232 unsigned Code; in readRecord() local
/freebsd-13.1/contrib/llvm-project/clang/lib/Format/
H A DFormat.cpp2282 std::string replaceCRLF(const std::string &Code) { in replaceCRLF()
2644 bool isMpegTS(StringRef Code) { in isMpegTS()
2674 processReplacements(T ProcessFunc, StringRef Code, in processReplacements()
2709 auto Reformat = [](const FormatStyle &Style, StringRef Code, in formatReplacements()
2731 fixCppIncludeInsertions(StringRef Code, const tooling::Replacements &Replaces, in fixCppIncludeInsertions()
2820 reformat(const FormatStyle &Style, StringRef Code, in reformat()
2911 tooling::Replacements reformat(const FormatStyle &Style, StringRef Code, in reformat()
2922 tooling::Replacements cleanup(const FormatStyle &Style, StringRef Code, in cleanup()
2931 tooling::Replacements reformat(const FormatStyle &Style, StringRef Code, in reformat()
2942 StringRef Code, in fixNamespaceEndComments()
[all …]
/freebsd-13.1/contrib/llvm-project/llvm/lib/ExecutionEngine/OProfileJIT/
H A DOProfileWrapper.cpp213 void const* Code, in op_write_native_code()
225 void const* Code, in op_write_debug_line_info()
/freebsd-13.1/contrib/llvm-project/clang/tools/clang-format/
H A DClangFormat.cpp200 static bool fillRanges(MemoryBuffer *Code, in fillRanges()
311 const std::unique_ptr<llvm::MemoryBuffer> &Code) { in emitReplacementWarnings()
371 std::unique_ptr<llvm::MemoryBuffer> Code = std::move(CodeOrErr.get()); in format() local
483 std::unique_ptr<llvm::MemoryBuffer> Code; in dumpConfig() local
/freebsd-13.1/contrib/llvm-project/clang/utils/TableGen/
H A DClangDataCollectorsEmitter.cpp12 auto Code = R.getValue("Code")->getValue(); in EmitClangDataCollectors() local
/freebsd-13.1/contrib/llvm-project/clang/lib/Tooling/Inclusions/
H A DHeaderIncludes.cpp41 StringRef FileName, StringRef Code, const IncludeStyle &Style, in getOffsetAfterTokenSequence()
82 StringRef Code, in getOffsetAfterHeaderGuardsAndComments()
158 unsigned getMaxHeaderInsertionOffset(StringRef FileName, StringRef Code, in getMaxHeaderInsertionOffset()
268 HeaderIncludes::HeaderIncludes(StringRef FileName, StringRef Code, in HeaderIncludes()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Support/
H A DBinaryStreamError.h43 stream_error_code Code; variable
/freebsd-13.1/contrib/googletest/googletest/docs/
H A DPumpManual.md162 ## Code ## section in Our Solution
/freebsd-13.1/contrib/llvm-project/lld/include/lld/Core/
H A DSharedLibraryAtom.h22 Code, enumerator
/freebsd-13.1/contrib/llvm-project/clang/lib/Tooling/Refactoring/
H A DAtomicChange.cpp89 bool violatesColumnLimit(llvm::StringRef Code, unsigned ColumnLimit, in violatesColumnLimit()
107 getRangesForFormating(llvm::StringRef Code, unsigned ColumnLimit, in getRangesForFormating()
144 createReplacementsForHeaders(llvm::StringRef FilePath, llvm::StringRef Code, in createReplacementsForHeaders()
301 applyAtomicChanges(llvm::StringRef FilePath, llvm::StringRef Code, in applyAtomicChanges()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Interpreter/
H A DInterpreter.h60 llvm::Error ParseAndExecute(llvm::StringRef Code) { in ParseAndExecute()
/freebsd-13.1/contrib/llvm-project/clang/lib/Tooling/
H A DTooling.cpp176 const Twine &Code, const Twine &FileName, in runToolOnCode()
202 std::unique_ptr<FrontendAction> ToolAction, const Twine &Code, in runToolOnCodeWithArgs()
220 std::unique_ptr<FrontendAction> ToolAction, const Twine &Code, in runToolOnCodeWithArgs()
636 buildASTFromCode(StringRef Code, StringRef FileName, in buildASTFromCode()
643 StringRef Code, const std::vector<std::string> &Args, StringRef FileName, in buildASTFromCodeWithArgs()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/MCA/
H A DCodeEmitter.h40 SmallString<256> Code; variable
/freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/
H A DCmpInstAnalysis.cpp42 Constant *llvm::getPredForICmpCode(unsigned Code, bool Sign, Type *OpTy, in getPredForICmpCode()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFAbbreviationDeclaration.h25 dw_uleb128_t Code() const { return m_code; } in Code() function
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Tooling/Inclusions/
H A DHeaderIncludes.h95 std::string Code; variable
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/
H A DSectionMemoryManager.h44 Code, enumerator
/freebsd-13.1/sys/contrib/dev/acpica/include/
H A Dacpiosxf.h187 UINT32 Code; member
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/Interp/
H A DByteCodeEmitter.h92 std::vector<char> Code; variable
/freebsd-13.1/contrib/bearssl/T0/
H A DWordInterpreted.cs44 internal Opcode[] Code { property in WordInterpreted
/freebsd-13.1/contrib/llvm-project/llvm/lib/TableGen/
H A DStringMatcher.cpp61 StringRef Code = Matches[0]->second; in EmitStringMatcherForChar() local
/freebsd-13.1/contrib/llvm-project/llvm/lib/Testing/Support/
H A DAnnotations.cpp19 static void require(bool Assertion, const char *Msg, llvm::StringRef Code) { in require()

12345