Home
last modified time | relevance | path

Searched refs:handled (Results 1 – 25 of 500) sorted by relevance

12345678910>>...20

/llvm-project-15.0.7/llvm/lib/Support/
H A DRISCVAttributeParser.cpp54 Error RISCVAttributeParser::handler(uint64_t tag, bool &handled) { in handler() argument
55 handled = false; in handler()
61 handled = true; in handler()
H A DCSKYAttributeParser.cpp70 Error CSKYAttributeParser::handler(uint64_t tag, bool &handled) { in handler() argument
71 handled = false; in handler()
77 handled = true; in handler()
H A DELFAttributeParser.cpp99 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 Dunhandled-exception-at-new.rst9 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 DCommandObject.cpp720 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 DELFAttributeParserTest.cpp20 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 Drename-section-and-update.test1 ## --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 Dloop_partially_in_scop.ll3 ; 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 Dperf_counters.md19 handled at the boundaries where timer collection is also handled.
/llvm-project-15.0.7/llvm/test/FileCheck/comment/
H A Dsuppresses-checks.txt4 # 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 Darm-dtrace.s7 ## 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 Doutput-limit.yaml6 ## 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 Dtrigraphs.cpp17 #error Not handled. in foo()
/llvm-project-15.0.7/llvm/test/DebugInfo/
H A Ddwarfdump-accel.test40 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 Ddebug-nodebug-crash.ll3 ; 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 Dunroll2.in2 # are handled separately.
/llvm-project-15.0.7/llvm/test/Transforms/Mem2Reg/
H A D2002-03-28-UninitializedVal.ll1 ; Uninitialized values are not handled correctly.
/llvm-project-15.0.7/llvm/test/Assembler/
H A D2003-05-21-EmptyStructTest.ll5 ; can. For some reason we never handled them in the parser. Weird.
/llvm-project-15.0.7/llvm/include/llvm/Support/
H A DRISCVAttributeParser.h23 Error handler(uint64_t tag, bool &handled) override;
H A DCSKYAttributeParser.h32 Error handler(uint64_t tag, bool &handled) override;
/llvm-project-15.0.7/llvm/test/ExecutionEngine/JITLink/X86/
H A DMachO_thread_bss.s4 # Check that __thread_bss sections are handled as zero-fill.
/llvm-project-15.0.7/lld/test/ELF/lto/
H A Dr600.ll5 ; Make sure the r600 triple is handled
H A Damdgcn.ll5 ; Make sure the amdgcn triple is handled
/llvm-project-15.0.7/lldb/source/Expression/
H A DREPL.cpp348 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 Dbr-cond-not-merge.ll34 ; Check that non-canonicalized xor not is handled correctly by FindMergedConditions.
61 ; Check that cmps in different blocks are handled correctly by FindMergedConditions.

12345678910>>...20