| /freebsd-13.1/contrib/llvm-project/llvm/utils/TableGen/GlobalISel/ |
| H A D | CodeExpander.h | 33 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 D | Parser.h | 210 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 D | Extract.h | 34 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 D | BitstreamReader.cpp | 97 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 D | Format.cpp | 2282 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 D | OProfileWrapper.cpp | 213 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 D | ClangFormat.cpp | 200 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 D | ClangDataCollectorsEmitter.cpp | 12 auto Code = R.getValue("Code")->getValue(); in EmitClangDataCollectors() local
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Tooling/Inclusions/ |
| H A D | HeaderIncludes.cpp | 41 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 D | BinaryStreamError.h | 43 stream_error_code Code; variable
|
| /freebsd-13.1/contrib/googletest/googletest/docs/ |
| H A D | PumpManual.md | 162 ## Code ## section in Our Solution
|
| /freebsd-13.1/contrib/llvm-project/lld/include/lld/Core/ |
| H A D | SharedLibraryAtom.h | 22 Code, enumerator
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Tooling/Refactoring/ |
| H A D | AtomicChange.cpp | 89 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 D | Interpreter.h | 60 llvm::Error ParseAndExecute(llvm::StringRef Code) { in ParseAndExecute()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Tooling/ |
| H A D | Tooling.cpp | 176 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 D | CodeEmitter.h | 40 SmallString<256> Code; variable
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | CmpInstAnalysis.cpp | 42 Constant *llvm::getPredForICmpCode(unsigned Code, bool Sign, Type *OpTy, in getPredForICmpCode()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/ |
| H A D | DWARFAbbreviationDeclaration.h | 25 dw_uleb128_t Code() const { return m_code; } in Code() function
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/Tooling/Inclusions/ |
| H A D | HeaderIncludes.h | 95 std::string Code; variable
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/ |
| H A D | SectionMemoryManager.h | 44 Code, enumerator
|
| /freebsd-13.1/sys/contrib/dev/acpica/include/ |
| H A D | acpiosxf.h | 187 UINT32 Code; member
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/AST/Interp/ |
| H A D | ByteCodeEmitter.h | 92 std::vector<char> Code; variable
|
| /freebsd-13.1/contrib/bearssl/T0/ |
| H A D | WordInterpreted.cs | 44 internal Opcode[] Code { property in WordInterpreted
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/TableGen/ |
| H A D | StringMatcher.cpp | 61 StringRef Code = Matches[0]->second; in EmitStringMatcherForChar() local
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Testing/Support/ |
| H A D | Annotations.cpp | 19 static void require(bool Assertion, const char *Msg, llvm::StringRef Code) { in require()
|