Home
last modified time | relevance | path

Searched refs:boring (Results 1 – 8 of 8) sorted by relevance

/llvm-project-15.0.7/flang/test/Semantics/
H A Dexpr-errors01.f908 subroutine boring subroutine
9 end subroutine boring
11 procedure(boring), pointer :: frpp
12 frpp => boring
15 procedure(boring), pointer :: mypp
17 mypp => boring ! legal
18 mypp => (boring) ! legal, not a function reference
/llvm-project-15.0.7/lldb/test/API/lang/objc/direct-dispatch-step/
H A Dstepping-tests.m5 - (void)boring; method
66 - (void)boring { method
67 NSLog(@"boring");
74 - (void)boring; method
108 [obj boring]; // Stop Location 13
/llvm-project-15.0.7/llvm/test/Analysis/CostModel/
H A Dno_info.ll3 ; The cost model does not have any target information so it just makes boring
/llvm-project-15.0.7/llvm/test/BugPoint/
H A Dmetadata.ll36 !0 = !{!"boring"}
/llvm-project-15.0.7/llvm/test/Other/
H A Dcgscc-devirt-iteration.ll124 ; A boring function that just keeps our declarations around.
/llvm-project-15.0.7/llvm/docs/CommandGuide/
H A DFileCheck.rst493 boring you can instead use a counted check "``CHECK-COUNT-<num>:``", where
/llvm-project-15.0.7/llvm/test/Transforms/SimpleLoopUnswitch/
H A Dnontrivial-unswitch.ll1386 ; The original loop becomes boring non-loop code.
1438 ; The cloned inner loop becomes a boring non-loop.
/llvm-project-15.0.7/llvm/docs/
H A DWritingAnLLVMPass.rst346 The most plain and boring type of pass is the "`ImmutablePass