Home
last modified time | relevance | path

Searched refs:Below (Results 1 – 25 of 66) sorted by relevance

123

/llvm-project-15.0.7/clang-tools-extra/clangd/unittests/
H A DInsertionPointTests.cpp55 EXPECT_EQ(Point("a", Anchor::Below), Code.point("b")); in TEST()
57 EXPECT_EQ(Point("b", Anchor::Below), Code.point("c")); in TEST()
59 EXPECT_EQ(Point("c", Anchor::Below), Code.point("a2")); in TEST()
61 EXPECT_EQ(Point("", Anchor::Below), Code.point("end")); in TEST()
62 EXPECT_EQ(Point("no_match", Anchor::Below), Position{}); in TEST()
117 EXPECT_EQ(Point({Any, Anchor::Below}, AS_public), Code.point("private")); in TEST()
119 EXPECT_EQ(Point({IsMethod, Anchor::Below}, AS_private), Code.point("end")); in TEST()
121 EXPECT_EQ(Point({Any, Anchor::Below}, AS_private), Code.point("end")); in TEST()
123 EXPECT_EQ(Point({IsMethod, Anchor::Below}, AS_protected), Position{}); in TEST()
125 EXPECT_EQ(Point({Any, Anchor::Below}, AS_protected), Position{}); in TEST()
[all …]
/llvm-project-15.0.7/llvm/lib/Analysis/
H A DStratifiedSets.h51 StratifiedIndex Below; member
58 bool hasBelow() const { return Below != SetSentinel; } in hasBelow()
61 void clearBelow() { Below = SetSentinel; } in clearBelow()
196 Link.Below = I; in setBelow()
217 return Link.Below; in getBelow()
288 auto &Below = linksAt(Link.Below); in finalizeSets() local
289 auto Iter = Remaps.find(Below.Number); in finalizeSets()
291 Link.Below = Iter->second; in finalizeSets()
324 auto NextIndex = Links[CurrentIndex].Below; in propagateAttrs()
375 auto Below = linksAt(Index).getBelow(); in addBelow() local
[all …]
H A DCFLSteensAliasAnalysis.cpp159 SetIndex = Link.Below; in FunctionInfo()
/llvm-project-15.0.7/clang-tools-extra/clangd/refactor/
H A DInsertionPoint.h25 enum Dir { Above, Below } Direction = Below; enumerator
H A DInsertionPoint.cpp52 case Anchor::Below: in insertionDecl()
60 if (ReturnNext || (LastMatched && A.Direction == Anchor::Below)) in insertionDecl()
139 Anchors.push_back({any, Anchor::Below}); in insertDecl()
/llvm-project-15.0.7/clang/test/Analysis/
H A Denum-cast-out-of-range.c14 enum En_t Below = (enum En_t)(-5); // expected-warning {{not in the valid range}} in unscopedUnspecifiedCStyle() local
/llvm-project-15.0.7/clang-tools-extra/docs/clang-tidy/checks/modernize/
H A Duse-uncaught-exceptions.rst10 Below are a few examples of what kind of occurrences will be found and what
H A Dreplace-random-shuffle.rst8 Below are two examples of what kind of occurrences will be found and two examples of what it will b…
/llvm-project-15.0.7/lldb/test/Shell/Settings/
H A DTestStopCommandSourceOnError.test5 # Below are a few scenarios that we should fix.
/llvm-project-15.0.7/llvm/test/MC/ELF/
H A Dcompression.s134 # Below is the section we will use to check that after compression with llvm-mc,
/llvm-project-15.0.7/llvm/test/Transforms/FunctionImport/
H A Dcomdat.ll26 ; Below function should get imported into other module, resulting in @lwt being
/llvm-project-15.0.7/lldb/test/API/lang/objcxx/conflicting-names-class-update-utility-expr/
H A Dmain.mm7 // Below several trap functions are declared in different scopes that should
/llvm-project-15.0.7/clang-tools-extra/clangd/refactor/tweaks/
H A DSpecialMembers.cpp131 Anchor::Below}, in apply()
H A DMemberwiseConstructor.cpp107 Anchor::Below}, in apply()
/llvm-project-15.0.7/llvm/test/Transforms/LoopUnroll/AArch64/
H A Dunroll-upperbound.ll4 ; Below loop's trip count is not constant and it blocks to unroll the loop.
/llvm-project-15.0.7/llvm/test/DebugInfo/
H A Ddwarfdump-pushobjectaddress.ll13 ;; Below is the original test case this IR is generated from
/llvm-project-15.0.7/clang/include/clang/Analysis/
H A DPathDiagnostic.h406 enum DisplayHint { Above, Below }; enumerator
427 PathDiagnosticPiece(StringRef s, Kind k, DisplayHint hint = Below);
428 PathDiagnosticPiece(Kind k, DisplayHint hint = Below);
/llvm-project-15.0.7/llvm/test/MC/PowerPC/
H A Dppc64-prefix-align.s27 # Below the lines 40: and 44: contain the 8 byte instruction.
/llvm-project-15.0.7/clang-tools-extra/docs/clang-tidy/checks/bugprone/
H A Dunchecked-optional-access.rst12 objects. Below we will refer to all these types collectively as
31 Below we list some examples, starting with unsafe optional access patterns,
/llvm-project-15.0.7/llvm/test/Transforms/SimpleLoopUnswitch/
H A Dendless-unswitch.ll4 ; Below bugs have caused endless unswitch.
/llvm-project-15.0.7/llvm/test/DebugInfo/MIR/InstrRef/
H A Dlivedebugvalues_subreg_substitutions.mir4 # InstrRefBasedLDV correctly applies them to the variable location. Below, a
/llvm-project-15.0.7/lldb/source/Plugins/TraceExporter/docs/
H A Dhtr.rst31 …ong sequences of instructions that are repeated (i.e. Basic Super Block). Below you will find a de…
/llvm-project-15.0.7/lldb/docs/resources/
H A Dcontributing.rst40 be extra thoughtful about how to handle errors. Below are a couple
/llvm-project-15.0.7/llvm/test/CodeGen/AMDGPU/
H A Dllvm.amdgcn.ds.ordered.add.ll16 ; Below are various modifications of input operands and shader types.
/llvm-project-15.0.7/lldb/test/Shell/SymbolFile/DWARF/x86/
H A DDW_AT_const_value-bitfields.s12 # Compile at -O1 allows us to capture this case. Below is the code used

123