Home
last modified time | relevance | path

Searched defs:Variable (Results 1 – 25 of 72) sorted by relevance

123

/llvm-project-15.0.7/llvm/utils/TableGen/GlobalISel/
H A DCodeExpansions.h32 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 DBenchmarkHeader.h18 int Variable; variable
/llvm-project-15.0.7/llvm/tools/llvm-exegesis/lib/
H A DMCInstrDescView.h37 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 DValue.h33 class Variable; variable
65 Variable enumerator
H A DFormatEntity.h49 Variable, enumerator
/llvm-project-15.0.7/clang/unittests/AST/
H A DASTImporterODRStrategiesTest.cpp94 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 DASTImporterGenericRedeclTest.cpp47 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 Dno-linkage.cpp12 enum { Variable }; // expected-note {{candidate}} enumerator
/llvm-project-15.0.7/clang-tools-extra/clang-tidy/cppcoreguidelines/
H A DAvoidNonConstGlobalVariablesCheck.cpp50 if (const auto *Variable = in check() local
/llvm-project-15.0.7/clang/test/clang-rename/
H A DComplicatedClassType.cpp31 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 DIdDependentBackwardBranchCheck.cpp116 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 Dast-dump-stmt.cpp13 int Variable; variable
H A Dast-dump-stmt-json.cpp5 int Variable; variable
/llvm-project-15.0.7/clang-tools-extra/clang-include-fixer/find-all-symbols/
H A DSymbolInfo.h33 Variable, enumerator
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGCUDARuntime.h50 Variable, // Variable enumerator
/llvm-project-15.0.7/clang/unittests/Tooling/
H A DRecursiveASTVisitorTestDeclVisitor.cpp17 bool VisitVarDecl(VarDecl *Variable) { in VisitVarDecl()
/llvm-project-15.0.7/clang-tools-extra/clang-tidy/misc/
H A DConstCorrectnessCheck.cpp115 const auto *Variable = Result.Nodes.getNodeAs<VarDecl>("local-value"); in check() local
/llvm-project-15.0.7/clang-tools-extra/clangd/
H A DSemanticHighlighting.h32 Variable = 0, enumerator
H A DQuality.h64 Variable, enumerator
/llvm-project-15.0.7/libc/benchmarks/automemcpy/lib/
H A DRandomFunctionGenerator.cpp251 z3::expr RandomFunctionGenerator::inSetConstraint(z3::expr &Variable, in inSetConstraint()
/llvm-project-15.0.7/clang/include/clang/Analysis/
H A DCloneDetection.h385 const VarDecl *Variable; member
/llvm-project-15.0.7/lldb/source/API/
H A DSBBlock.cpp119 [](Variable *) { return true; }, var_list); in AppendVariables() argument
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DMachineInstr.cpp2052 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 DIndexSymbol.h40 Variable, enumerator
/llvm-project-15.0.7/llvm/lib/CodeGen/GlobalISel/
H A DMachineIRBuilder.cpp50 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()

123