| /llvm-project-15.0.7/clang-tools-extra/clangd/unittests/ |
| H A D | InsertionPointTests.cpp | 54 EXPECT_EQ(Point("a", Anchor::Above), Code.point("a")); in TEST() 56 EXPECT_EQ(Point("b", Anchor::Above), Code.point("b")); in TEST() 58 EXPECT_EQ(Point("c", Anchor::Above), Code.point("c")); in TEST() 60 EXPECT_EQ(Point("", Anchor::Above), Code.point("a")); in TEST() 66 auto Loc = insertionPoint(NS, {Anchor{StartsWith(P1), Anchor::Above}, in TEST() 67 Anchor{StartsWith(P2), Anchor::Above}}); in TEST() 114 EXPECT_EQ(Point({IsMethod, Anchor::Above}, AS_public), Code.point("Method")); in TEST() 116 EXPECT_EQ(Point({Any, Anchor::Above}, AS_public), Code.point("Method")); in TEST() 120 EXPECT_EQ(Point({Any, Anchor::Above}, AS_private), Code.point("field")); in TEST() 122 EXPECT_EQ(Point({IsMethod, Anchor::Above}, AS_protected), Position{}); in TEST() [all …]
|
| /llvm-project-15.0.7/llvm/lib/Analysis/ |
| H A D | StratifiedSets.h | 48 StratifiedIndex Above; member 59 bool hasAbove() const { return Above != SetSentinel; } in hasAbove() 62 void clearAbove() { Above = SetSentinel; } in clearAbove() 201 Link.Above = I; in setAbove() 223 return Link.Above; in getAbove() 281 auto &Above = linksAt(Link.Above); in finalizeSets() local 282 auto Iter = Remaps.find(Above.Number); in finalizeSets() 284 Link.Above = Iter->second; in finalizeSets() 310 Idx = Link->Above; in propagateAttrs() 362 auto Above = linksAt(Index).getAbove(); in addAbove() local [all …]
|
| /llvm-project-15.0.7/llvm/test/Verifier/ |
| H A D | fpmath.ll | 13 ; Above line is correct. 15 ; Above line is correct.
|
| /llvm-project-15.0.7/clang-tools-extra/clangd/refactor/tweaks/ |
| H A D | SpecialMembers.cpp | 134 Anchor::Above}, in apply() 136 {[](const Decl *D) { return true; }, Anchor::Above}, in apply()
|
| H A D | MemberwiseConstructor.cpp | 110 Anchor::Above}, in apply() 112 {[](const Decl *D) { return true; }, Anchor::Above}, in apply()
|
| H A D | ObjCMemberwiseInitializer.cpp | 281 Anchor::Above}}; in apply()
|
| /llvm-project-15.0.7/clang-tools-extra/clangd/refactor/ |
| H A D | InsertionPoint.cpp | 41 case Anchor::Above: in insertionDecl() 100 dlog(" anchor ({0})", A.Direction == Anchor::Above ? "above" : "below"); in insertionPoint()
|
| H A D | InsertionPoint.h | 25 enum Dir { Above, Below } Direction = Below; enumerator
|
| /llvm-project-15.0.7/clang/test/Analysis/ |
| H A D | enum-cast-out-of-range.c | 24 enum En_t Above = (enum En_t)(5); // expected-warning {{not in the valid range}} in unscopedUnspecifiedCStyle() local
|
| /llvm-project-15.0.7/lldb/docs/use/ |
| H A D | troubleshooting.rst | 77 Above we can see that "/tmp/a.out" does have a compile unit, and
|
| /llvm-project-15.0.7/llvm/docs/ |
| H A D | OptBisect.rst | 93 Above the limit value skipping of optimizations can cause a change in the
|
| H A D | AMDGPUUsage.rst | 1535 Code Object V3 and Above Note Records 1546 .. table:: AMDGPU Code Object V3 and Above ELF Note Records 1558 .. table:: AMDGPU Code Object V3 and Above ELF Note Record Enumeration Values 13366 .. table:: AMDGPU Trap Handler for AMDHSA OS Code Object V4 and Above 14716 Code Object V3 and Above Predefined Symbols 14778 Code Object V3 and Above Directives 14962 Code Object V3 and Above Example Source Code
|
| /llvm-project-15.0.7/clang/include/clang/Analysis/ |
| H A D | PathDiagnostic.h | 406 enum DisplayHint { Above, Below }; enumerator
|
| /llvm-project-15.0.7/mlir/docs/Tutorials/Toy/ |
| H A D | Ch-5.md | 85 Above, we first set the toy dialect to illegal, and then the print operation as
|
| H A D | Ch-2.md | 710 Above we introduce several of the concepts for defining operations in the ODS
|
| /llvm-project-15.0.7/clang/docs/ |
| H A D | ClangTransformerTutorial.rst | 252 constructing output. Above, we demonstrated ``cat``, the core function for
|
| /llvm-project-15.0.7/llvm/docs/tutorial/MyFirstLanguageFrontend/ |
| H A D | LangImpl06.rst | 312 language, we'll need to add everything to support them. Above, we added
|
| /llvm-project-15.0.7/mlir/docs/ |
| H A D | PDLL.md | 152 Above, when observing the constraints we need to search through the input dag
|