| /llvm-project-15.0.7/llvm/lib/Support/ |
| H A D | RISCVAttributeParser.cpp | 54 Error RISCVAttributeParser::handler(uint64_t tag, bool &handled) { in handler() argument 55 handled = false; in handler() 61 handled = true; in handler()
|
| H A D | CSKYAttributeParser.cpp | 70 Error CSKYAttributeParser::handler(uint64_t tag, bool &handled) { in handler() argument 71 handled = false; in handler() 77 handled = true; in handler()
|
| H A D | ELFAttributeParser.cpp | 99 bool handled; in parseAttributeList() local 100 if (Error e = handler(tag, handled)) in parseAttributeList() 103 if (!handled) { in parseAttributeList()
|
| /llvm-project-15.0.7/clang-tools-extra/docs/clang-tidy/checks/bugprone/ |
| H A D | unhandled-exception-at-new.rst | 9 be handled. Alternatively, the nonthrowing form of ``new`` can be 10 used. The check verifies that the exception is handled in the function 33 int *p = new int[1000]; // no warning: exception can be handled outside 41 int *p = new int[1000]; // no warning: exception is handled
|
| /llvm-project-15.0.7/lldb/source/Interpreter/ |
| H A D | CommandObject.cpp | 720 bool handled = false; in Execute() local 725 handled = in Execute() 728 if (!handled) { in Execute() 746 handled = DoExecute(cmd_args, result); in Execute() 752 return handled; in Execute() 757 bool handled = false; in Execute() local 764 handled = InvokeOverrideCallback(argv, result); in Execute() 766 if (!handled) { in Execute() 768 handled = DoExecute(args_string, result); in Execute() 772 return handled; in Execute()
|
| /llvm-project-15.0.7/llvm/unittests/Support/ |
| H A D | ELFAttributeParserTest.cpp | 20 Error handler(uint64_t tag, bool &handled) override { in handler() argument 22 handled = true; in handler()
|
| /llvm-project-15.0.7/llvm/test/tools/llvm-objcopy/ELF/ |
| H A D | rename-section-and-update.test | 1 ## --add-section is handled before --rename-section. Note: GNU objcopy produces .foo2. 11 ## --update-section is handled before --rename-section.
|
| /llvm-project-15.0.7/polly/test/ScopDetectionDiagnostics/ |
| H A D | loop_partially_in_scop.ll | 3 ; CHECK: remark: <unknown>:0:0: Loop cannot be handled because not all latches are part of loop reg… 4 ; CHECK: remark: <unknown>:0:0: Loop cannot be handled because not all latches are part of loop reg…
|
| /llvm-project-15.0.7/third-party/benchmark/docs/ |
| H A D | perf_counters.md | 19 handled at the boundaries where timer collection is also handled.
|
| /llvm-project-15.0.7/llvm/test/FileCheck/comment/ |
| H A D | suppresses-checks.txt | 4 # Check that a comment directive at the beginning/end of the file is handled. 14 # Check that a comment directive not at the beginning of a line is handled.
|
| /llvm-project-15.0.7/lld/test/MachO/ |
| H A D | arm-dtrace.s | 7 ## If references of dtrace symbols are handled by lld, their relocation should be replaced with the… 17 ## If references of dtrace symbols are handled by lld, their relocation should be replaced with the…
|
| /llvm-project-15.0.7/llvm/test/tools/yaml2obj/ELF/ |
| H A D | output-limit.yaml | 6 ## large portion of data. Check this case is handled properly. 36 ## is too large because of overaligning. Check it is also handled properly.
|
| /llvm-project-15.0.7/clang/test/Frontend/ |
| H A D | trigraphs.cpp | 17 #error Not handled. in foo()
|
| /llvm-project-15.0.7/llvm/test/DebugInfo/ |
| H A D | dwarfdump-accel.test | 40 Check that empty buckets are handled correctly. 59 Check that an empty accelerator section is handled correctly.
|
| /llvm-project-15.0.7/llvm/test/CodeGen/X86/ |
| H A D | debug-nodebug-crash.ll | 3 ; LexicalScope objects were not cleared when a nodebug function is handled in 5 ; triggered by LiveDebugValues when another (debug) function is handled later.
|
| /llvm-project-15.0.7/polly/lib/External/isl/test_inputs/codegen/ |
| H A D | unroll2.in | 2 # are handled separately.
|
| /llvm-project-15.0.7/llvm/test/Transforms/Mem2Reg/ |
| H A D | 2002-03-28-UninitializedVal.ll | 1 ; Uninitialized values are not handled correctly.
|
| /llvm-project-15.0.7/llvm/test/Assembler/ |
| H A D | 2003-05-21-EmptyStructTest.ll | 5 ; can. For some reason we never handled them in the parser. Weird.
|
| /llvm-project-15.0.7/llvm/include/llvm/Support/ |
| H A D | RISCVAttributeParser.h | 23 Error handler(uint64_t tag, bool &handled) override;
|
| H A D | CSKYAttributeParser.h | 32 Error handler(uint64_t tag, bool &handled) override;
|
| /llvm-project-15.0.7/llvm/test/ExecutionEngine/JITLink/X86/ |
| H A D | MachO_thread_bss.s | 4 # Check that __thread_bss sections are handled as zero-fill.
|
| /llvm-project-15.0.7/lld/test/ELF/lto/ |
| H A D | r600.ll | 5 ; Make sure the r600 triple is handled
|
| H A D | amdgcn.ll | 5 ; Make sure the amdgcn triple is handled
|
| /llvm-project-15.0.7/lldb/source/Expression/ |
| H A D | REPL.cpp | 348 bool handled = false; in IOHandlerInputComplete() local 353 handled |= PrintOneVariable(debugger, output_sp, result_valobj_sp); in IOHandlerInputComplete() 358 handled = true; in IOHandlerInputComplete() 375 if (!handled) { in IOHandlerInputComplete()
|
| /llvm-project-15.0.7/llvm/test/CodeGen/AArch64/ |
| H A D | br-cond-not-merge.ll | 34 ; Check that non-canonicalized xor not is handled correctly by FindMergedConditions. 61 ; Check that cmps in different blocks are handled correctly by FindMergedConditions.
|