/openbsd-src/gnu/llvm/llvm/utils/TableGen/GlobalISel/ |
H A D | CodeExpander.h | 33 StringRef Code; variable 43 : Code(Code), Expansions(Expansions), Loc(Loc), in Code() argument
|
/openbsd-src/gnu/llvm/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()
|
/openbsd-src/gnu/llvm/clang/include/clang/Tooling/Refactoring/Extract/ |
H A D | Extract.h | 35 ExtractFunction(CodeRangeASTSelection Code, in ExtractFunction() 43 CodeRangeASTSelection Code; variable
|
/openbsd-src/gnu/llvm/lldb/include/lldb/Target/ |
H A D | AppleArm64ExceptionClass.h | 17 #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/ |
H A D | BitstreamReader.cpp | 102 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/ |
H A D | CmpInstAnalysis.cpp | 40 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/ |
H A D | Format.cpp | 2836 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 …]
|
H A D | TokenAnalyzer.cpp | 59 Environment::make(StringRef Code, StringRef FileName, in make() 79 Environment::Environment(StringRef Code, StringRef FileName, in Environment()
|
H A D | QualifierAlignmentFixer.h | 31 StringRef &Code; variable
|
/openbsd-src/gnu/llvm/llvm/include/llvm/Debuginfod/ |
H A D | HTTPServer.h | 59 unsigned Code; member 74 unsigned Code; member
|
/openbsd-src/gnu/llvm/clang/include/clang/Testing/ |
H A D | TestAST.h | 39 std::string Code; member 73 TestAST(StringRef Code) : TestAST(TestInputs(Code)) {} in TestAST()
|
/openbsd-src/gnu/llvm/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()
|
/openbsd-src/gnu/llvm/clang/lib/Tooling/Inclusions/ |
H A D | HeaderIncludes.cpp | 41 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/ |
H A D | ClangFormat.cpp | 227 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/ |
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()
|
/openbsd-src/gnu/llvm/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() 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/ |
H A D | AArch64BaseInfo.h | 281 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/ |
H A D | ClangDataCollectorsEmitter.cpp | 12 auto Code = R.getValue("Code")->getValue(); in EmitClangDataCollectors() local
|
/openbsd-src/gnu/llvm/llvm/include/llvm/Support/ |
H A D | BinaryStreamError.h | 43 stream_error_code Code; variable
|
/openbsd-src/gnu/llvm/clang/include/clang/Interpreter/ |
H A D | Interpreter.h | 63 llvm::Error ParseAndExecute(llvm::StringRef Code) { in ParseAndExecute()
|
/openbsd-src/gnu/llvm/llvm/docs/ |
H A D | PointerAuth.md | 275 #### Keys 288 #### Instructions
|
/openbsd-src/gnu/llvm/llvm/lib/MC/ |
H A D | MCSPIRVStreamer.cpp | 23 SmallString<256> Code; in emitInstToData() local
|
/openbsd-src/gnu/llvm/llvm/include/llvm/MCA/ |
H A D | CodeEmitter.h | 40 SmallString<256> Code; variable
|
/openbsd-src/gnu/llvm/clang/lib/ASTMatchers/Dynamic/ |
H A D | Parser.cpp | 315 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/lldb/source/Plugins/SymbolFile/DWARF/ |
H A D | DWARFAbbreviationDeclaration.h | 25 dw_uleb128_t Code() const { return m_code; } in Code() function
|