| /llvm-project-15.0.7/llvm/utils/TableGen/GlobalISel/ |
| H A D | CodeExpansions.h | 32 std::string lookup(StringRef Variable) const { in lookup() 38 const_iterator find(StringRef Variable) const { in find()
|
| /llvm-project-15.0.7/clang-tools-extra/clangd/test/Inputs/ |
| H A D | BenchmarkHeader.h | 18 int Variable; variable
|
| /llvm-project-15.0.7/llvm/tools/llvm-exegesis/lib/ |
| H A D | MCInstrDescView.h | 37 struct Variable { struct 50 // The index of this Variable in Instruction.Variables and its associated argument 64 // - VariableIndex: the index of the Variable holding the value for this Operand argument
|
| /llvm-project-15.0.7/lldb/include/lldb/Core/ |
| H A D | Value.h | 33 class Variable; variable 65 Variable enumerator
|
| H A D | FormatEntity.h | 49 Variable, enumerator
|
| /llvm-project-15.0.7/clang/unittests/AST/ |
| H A D | ASTImporterODRStrategiesTest.cpp | 94 struct Variable { struct 95 using DeclTy = VarDecl; 96 static constexpr auto *Prototype = "extern int X;"; 97 static constexpr auto *ConflictingPrototype = "extern float X;"; 98 static constexpr auto *Definition = "int X;"; 99 static constexpr auto *ConflictingDefinition = "float X;"; 100 BindableMatcher<Decl> getPattern() { return varDecl(hasName("X")); } in getPattern() 101 TestLanguage getLang() { return Lang_CXX03; } in getLang()
|
| H A D | ASTImporterGenericRedeclTest.cpp | 47 struct Variable { struct 48 using DeclTy = VarDecl; 49 static constexpr auto *Prototype = "extern int X;"; 50 static constexpr auto *Definition = "int X;"; 51 BindableMatcher<Decl> getPattern() { return varDecl(hasName("X")); } in getPattern()
|
| /llvm-project-15.0.7/clang/test/Modules/ |
| H A D | no-linkage.cpp | 12 enum { Variable }; // expected-note {{candidate}} enumerator
|
| /llvm-project-15.0.7/clang-tools-extra/clang-tidy/cppcoreguidelines/ |
| H A D | AvoidNonConstGlobalVariablesCheck.cpp | 50 if (const auto *Variable = in check() local
|
| /llvm-project-15.0.7/clang/test/clang-rename/ |
| H A D | ComplicatedClassType.cpp | 31 Foo Variable = Foo(10); // CHECK: Bar Variable = Bar(10); in main() local
|
| /llvm-project-15.0.7/clang-tools-extra/clang-tidy/altera/ |
| H A D | IdDependentBackwardBranchCheck.cpp | 116 const VarDecl *Variable) { in saveIdDepVar() 201 const auto *Variable = Result.Nodes.getNodeAs<VarDecl>("tid_dep_var"); in check() local
|
| /llvm-project-15.0.7/clang/test/AST/ |
| H A D | ast-dump-stmt.cpp | 13 int Variable; variable
|
| H A D | ast-dump-stmt-json.cpp | 5 int Variable; variable
|
| /llvm-project-15.0.7/clang-tools-extra/clang-include-fixer/find-all-symbols/ |
| H A D | SymbolInfo.h | 33 Variable, enumerator
|
| /llvm-project-15.0.7/clang/lib/CodeGen/ |
| H A D | CGCUDARuntime.h | 50 Variable, // Variable enumerator
|
| /llvm-project-15.0.7/clang/unittests/Tooling/ |
| H A D | RecursiveASTVisitorTestDeclVisitor.cpp | 17 bool VisitVarDecl(VarDecl *Variable) { in VisitVarDecl()
|
| /llvm-project-15.0.7/clang-tools-extra/clang-tidy/misc/ |
| H A D | ConstCorrectnessCheck.cpp | 115 const auto *Variable = Result.Nodes.getNodeAs<VarDecl>("local-value"); in check() local
|
| /llvm-project-15.0.7/clang-tools-extra/clangd/ |
| H A D | SemanticHighlighting.h | 32 Variable = 0, enumerator
|
| H A D | Quality.h | 64 Variable, enumerator
|
| /llvm-project-15.0.7/libc/benchmarks/automemcpy/lib/ |
| H A D | RandomFunctionGenerator.cpp | 251 z3::expr RandomFunctionGenerator::inSetConstraint(z3::expr &Variable, in inSetConstraint()
|
| /llvm-project-15.0.7/clang/include/clang/Analysis/ |
| H A D | CloneDetection.h | 385 const VarDecl *Variable; member
|
| /llvm-project-15.0.7/lldb/source/API/ |
| H A D | SBBlock.cpp | 119 [](Variable *) { return true; }, var_list); in AppendVariables() argument
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/ |
| H A D | MachineInstr.cpp | 2052 Register Reg, const MDNode *Variable, in BuildMI() 2069 const MDNode *Variable, const MDNode *Expr) { in BuildMI() 2088 const MDNode *Variable, const MDNode *Expr) { in BuildMI() 2110 const MDNode *Variable, const MDNode *Expr) { in BuildMI() 2121 const MDNode *Variable, const MDNode *Expr) { in BuildMI() 2132 const MDNode *Variable, const MDNode *Expr) { in BuildMI()
|
| /llvm-project-15.0.7/clang/include/clang/Index/ |
| H A D | IndexSymbol.h | 40 Variable, enumerator
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/GlobalISel/ |
| H A D | MachineIRBuilder.cpp | 50 MachineIRBuilder::buildDirectDbgValue(Register Reg, const MDNode *Variable, in buildDirectDbgValue() 63 MachineIRBuilder::buildIndirectDbgValue(Register Reg, const MDNode *Variable, in buildIndirectDbgValue() 76 const MDNode *Variable, in buildFIDbgValue() 91 const MDNode *Variable, in buildConstDbgValue()
|