Home
last modified time | relevance | path

Searched defs:comment (Results 1 – 17 of 17) sorted by relevance

/llvm-project/lldb/tools/lldb-dap/syntaxes/
H A Ddisassembly.json7 "comment": "x86 Address, bytes and opcode", string
16 "comment": "ARM Address, bytes and opcode", string
25 "comment": "ARM64 Address, bytes and opcode", string
34 "comment": "Numeric constant", string
39 "comment": "x86 Register", string
44 "comment": "ARM Register", string
49 "comment": "ARM Register Shortnames", string
54 "comment": "ARM64 Register", string
59 "comment": "End of line comment", string
/llvm-project/clang/docs/tools/
H A Ddump_ast_matchers.py77 extract_result_types(comment) global() argument
103 strip_doxygen(comment) global() argument
138 add_matcher(result_type, name, args, comment, is_dyncast=False) global() argument
186 act_on_decl(declaration, comment, allowed_types) global() argument
554 comment = "" global() variable
563 comment = "" global() variable
585 comment = "" global() variable
[all...]
H A Ddump_format_style.py109 __init__(self, name, opt_type, comment, version) global() argument
137 __init__(self, name, comment) global() argument
147 __init__(self, name, comment, version) global() argument
166 __init__(self, name, comment) global() argument
176 __init__(self, name, enumtype, comment, version, values) global() argument
204 __init__(self, name, comment, config) global() argument
[all...]
/llvm-project/clang/test/Analysis/
H A Dgetline-cpp.cpp10 std::string userid, comment; in test_std_getline() local
/llvm-project/clang/test/Preprocessor/
H A Dmacro_paste_msextensions.c13 #define comment /##/ dead tokens live here macro
/llvm-project/lldb/include/lldb/Core/
H A DHighlighter.h64 ColorStyle comment; member
/llvm-project/llvm/examples/Kaleidoscope/MCJIT/cached/
H A Dgenk-timing.py106 def writeComment(self, comment): argument
/llvm-project/llvm/examples/Kaleidoscope/MCJIT/lazy/
H A Dgenk-timing.py106 def writeComment(self, comment): argument
/llvm-project/llvm/examples/Kaleidoscope/MCJIT/complete/
H A Dgenk-timing.py116 def writeComment(self, comment): argument
/llvm-project/clang/tools/scan-build-py/lib/libscanbuild/
H A Dreport.py657 def comment(name, opts=dict()): function
/llvm-project/llvm/utils/git/
H A Dcode-format-helper.py64 comment: dict = None global() variable in FormatHelper
[all...]
/llvm-project/llvm/lib/Support/
H A DJSON.cpp803 void OStream::comment(llvm::StringRef Comment) { in comment() function in llvm::json::OStream
/llvm-project/mlir/utils/textmate/
H A Dmlir.json18 "comment": { object
/llvm-project/mlir/lib/Tools/PDLL/AST/
H A DNodes.cpp382 void Decl::setDocComment(Context &ctx, StringRef comment) { in setDocComment()
/llvm-project/mlir/utils/vscode/
H A Dpdll-grammar.json36 "comment": { object
/llvm-project/libc/AOR_v20.02/math/test/
H A Dmathtest.c353 int comment; member
/llvm-project/lldb/source/Core/
H A DIOHandlerCursesGUI.cpp7198 const char *comment = inst->GetComment(&exe_ctx); WindowDelegateDraw() local