Home
last modified time | relevance | path

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

12345

/openbsd/src/gnu/llvm/llvm/utils/TableGen/GlobalISel/
DCodeExpander.h33 StringRef Code; variable
43 : Code(Code), Expansions(Expansions), Loc(Loc), in Code() function
/openbsd/src/gnu/llvm/clang/include/clang/ASTMatchers/Dynamic/
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()
/openbsd/src/gnu/llvm/clang/include/clang/Tooling/Refactoring/Extract/
DExtract.h35 ExtractFunction(CodeRangeASTSelection Code, in ExtractFunction()
43 CodeRangeASTSelection Code; variable
/openbsd/src/gnu/llvm/lldb/include/lldb/Target/
DAppleArm64ExceptionClass.h17 #define APPLE_ARM64_EXCEPTION_CLASS(Name, Code) Name = Code, argument
40 #define APPLE_ARM64_EXCEPTION_CLASS(Name, Code) \ in toString() argument
/openbsd/src/gnu/llvm/llvm/lib/Bitstream/Reader/
DBitstreamReader.cpp102 unsigned Code = MaybeCode.get(); in skipRecord() local
121 unsigned Code; in skipRecord() local
221 uint32_t Code = MaybeCode.get(); in readRecord() local
248 unsigned Code; in readRecord() local
/openbsd/src/gnu/llvm/llvm/lib/Analysis/
DCmpInstAnalysis.cpp40 Constant *llvm::getPredForICmpCode(unsigned Code, bool Sign, Type *OpTy, in getPredForICmpCode()
64 Constant *llvm::getPredForFCmpCode(unsigned Code, Type *OpTy, in getPredForFCmpCode()
/openbsd/src/gnu/llvm/clang/lib/Format/
DFormat.cpp2836 std::string replaceCRLF(const std::string &Code) { in replaceCRLF()
2867 StringRef Code, tooling::Replacements &Replaces, in sortCppIncludes()
2962 tooling::Replacements sortCppIncludes(const FormatStyle &Style, StringRef Code, in sortCppIncludes()
3096 StringRef Code, tooling::Replacements &Replaces) { in sortJavaImports()
3175 tooling::Replacements sortJavaImports(const FormatStyle &Style, StringRef Code, in sortJavaImports()
3227 bool isMpegTS(StringRef Code) { in isMpegTS()
3234 bool isLikelyXml(StringRef Code) { return Code.ltrim().startswith("<"); } in isLikelyXml()
3236 tooling::Replacements sortIncludes(const FormatStyle &Style, StringRef Code, in sortIncludes()
3258 processReplacements(T ProcessFunc, StringRef Code, in processReplacements()
3277 formatReplacements(StringRef Code, const tooling::Replacements &Replaces, in formatReplacements()
[all …]
DTokenAnalyzer.cpp59 Environment::make(StringRef Code, StringRef FileName, in make()
79 Environment::Environment(StringRef Code, StringRef FileName, in Environment()
DQualifierAlignmentFixer.h31 StringRef &Code; variable
/openbsd/src/gnu/llvm/clang/include/clang/Testing/
DTestAST.h39 std::string Code; member
73 TestAST(StringRef Code) : TestAST(TestInputs(Code)) {} in TestAST()
/openbsd/src/gnu/llvm/llvm/lib/ExecutionEngine/OProfileJIT/
DOProfileWrapper.cpp213 void const* Code, in op_write_native_code()
225 void const* Code, in op_write_debug_line_info()
/openbsd/src/gnu/llvm/clang/lib/Tooling/Inclusions/
DHeaderIncludes.cpp41 StringRef FileName, StringRef Code, const IncludeStyle &Style, in getOffsetAfterTokenSequence()
83 StringRef Code, in getOffsetAfterHeaderGuardsAndComments()
159 unsigned getMaxHeaderInsertionOffset(StringRef FileName, StringRef Code, in getMaxHeaderInsertionOffset()
271 HeaderIncludes::HeaderIncludes(StringRef FileName, StringRef Code, in HeaderIncludes()
/openbsd/src/gnu/llvm/clang/tools/clang-format/
DClangFormat.cpp227 static bool fillRanges(MemoryBuffer *Code, in fillRanges()
342 const std::unique_ptr<llvm::MemoryBuffer> &Code) { in emitReplacementWarnings()
415 std::unique_ptr<llvm::MemoryBuffer> Code = std::move(CodeOrErr.get()); in format() local
549 std::unique_ptr<llvm::MemoryBuffer> Code; in dumpConfig() local
/openbsd/src/gnu/llvm/clang/lib/Tooling/Refactoring/
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()
/openbsd/src/gnu/llvm/clang/lib/Tooling/
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()
651 buildASTFromCode(StringRef Code, StringRef FileName, in buildASTFromCode()
658 StringRef Code, const std::vector<std::string> &Args, StringRef FileName, in buildASTFromCodeWithArgs()
/openbsd/src/gnu/llvm/llvm/lib/Target/AArch64/Utils/
DAArch64BaseInfo.h281 inline static const char *getCondCodeName(CondCode Code) { in getCondCodeName()
303 inline static CondCode getInvertedCondCode(CondCode Code) { in getInvertedCondCode()
313 inline static unsigned getNZCVToSatisfyCondCode(CondCode Code) { in getNZCVToSatisfyCondCode()
337 inline static bool isReflexive(CondCode Code) { in isReflexive()
355 inline static bool isIrreflexive(CondCode Code) { in isIrreflexive()
/openbsd/src/gnu/llvm/clang/utils/TableGen/
DClangDataCollectorsEmitter.cpp12 auto Code = R.getValue("Code")->getValue(); in EmitClangDataCollectors() local
/openbsd/src/gnu/llvm/llvm/include/llvm/Support/
DBinaryStreamError.h43 stream_error_code Code; variable
/openbsd/src/gnu/llvm/llvm/docs/
DPointerAuth.md275 #### Keys
288 #### Instructions
DCodeReview.rst220 …w to Contribute to LLVM, A 2019 LLVM Developers' Meeting Presentation: https://youtu.be/C5Y977rLqpw
/openbsd/src/gnu/llvm/clang/lib/ASTMatchers/Dynamic/
DParser.cpp315 StringRef &Code; member in clang::ast_matchers::dynamic::Parser::CodeTokenizer
872 bool Parser::parseExpression(StringRef &Code, Sema *S, in parseExpression()
888 Parser::completeExpression(StringRef &Code, unsigned CompletionOffset, Sema *S, in completeExpression()
908 Parser::parseMatcherExpression(StringRef &Code, Sema *S, in parseMatcherExpression()
/openbsd/src/gnu/llvm/llvm/lib/MC/
DMCSPIRVStreamer.cpp23 SmallString<256> Code; in emitInstToData() local
/openbsd/src/gnu/llvm/llvm/include/llvm/MCA/
DCodeEmitter.h40 SmallString<256> Code; variable
/openbsd/src/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/
DDWARFAbbreviationDeclaration.h25 dw_uleb128_t Code() const { return m_code; } in Code() function
/openbsd/src/gnu/llvm/llvm/include/llvm/ExecutionEngine/
DSectionMemoryManager.h44 Code, enumerator

12345