Home
last modified time | relevance | path

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

1234

/llvm-project/llvm/utils/TableGen/Common/GlobalISel/
H A DCodeExpansions.h36 lookup(StringRef Variable) lookup() argument
42 find(StringRef Variable) find() argument
/llvm-project/clang-tools-extra/clangd/test/Inputs/
H A DBenchmarkHeader.h14 int Variable; variable
/llvm-project/llvm/tools/llvm-exegesis/lib/
H A DMCInstrDescView.h36 struct Variable { struct
49 // The index of this Variable in Instruction.Variables and its associated argument
62 // - VariableIndex: the index of the Variable holding the value for this Operand argument
[all...]
/llvm-project/lldb/include/lldb/Core/
H A DValue.h33 class Variable; variable
65 Variable enumerator
/llvm-project/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/clang/test/Modules/
H A Dno-linkage.cpp12 enum { Variable }; // expected-note {{candidate}} enumerator
/llvm-project/clang/test/clang-rename/
H A DComplicatedClassType.cpp
/llvm-project/clang-tools-extra/clang-tidy/cppcoreguidelines/
H A DAvoidNonConstGlobalVariablesCheck.cpp55 if (const auto *Variable = in check() local
/llvm-project/clang-tools-extra/clang-tidy/altera/
H A DIdDependentBackwardBranchCheck.cpp114 saveIdDepVar(const Stmt * Statement,const VarDecl * Variable) saveIdDepVar() argument
199 const auto *Variable = Result.Nodes.getNodeAs<VarDecl>("tid_dep_var"); check() local
/llvm-project/clang/test/AST/
H A Dast-dump-stmt.cpp13 int Variable; variable
H A Dast-dump-stmt-json.cpp5 int Variable; variable
/llvm-project/llvm/lib/IR/
H A DDebugProgramInstruction.cpp70 DbgVariableRecord::DbgVariableRecord(Metadata *Value, DILocalVariable *Variable, in DbgVariableRecord() argument
162 Metadata *Val, MDNode *Variable, in DbgVariableRecord() argument
171 DbgVariableRecord::LocationType Type, Metadata *Val, MDNode *Variable, in createUnresolvedDbgVariableRecord() argument
212 createDVRAssign(Value * Val,DILocalVariable * Variable,DIExpression * Expression,DIAssignID * AssignID,Value * Address,DIExpression * AddressExpression,const DILocation * DI) createDVRAssign() argument
221 createLinkedDVRAssign(Instruction * LinkedInstr,Value * Val,DILocalVariable * Variable,DIExpression * Expression,Value * Address,DIExpression * AddressExpression,const DILocation * DI) createLinkedDVRAssign() argument
[all...]
/llvm-project/clang/lib/CodeGen/
H A DCGCUDARuntime.h51 Variable, // Variable global() enumerator
/llvm-project/clang-tools-extra/clang-include-fixer/find-all-symbols/
H A DSymbolInfo.h32 Variable, enumerator
/llvm-project/mlir/lib/Interfaces/
H A DValueBoundsOpInterface.cpp76 ValueBoundsConstraintSet::Variable::Variable(OpFoldResult ofr) in Variable() function in ValueBoundsConstraintSet::Variable
79 ValueBoundsConstraintSet::Variable::Variable(Value indexValue) in Variable() function in ValueBoundsConstraintSet::Variable
82 ValueBoundsConstraintSet::Variable::Variable(Value shapedValue, int64_t dim) in Variable() function in ValueBoundsConstraintSet::Variable
85 ValueBoundsConstraintSet::Variable function in ValueBoundsConstraintSet::Variable
107 ValueBoundsConstraintSet::Variable::Variable(AffineMap map, Variable() function in ValueBoundsConstraintSet::Variable
148 ValueBoundsConstraintSet::Variable::Variable(AffineMap map, Variable() function in ValueBoundsConstraintSet::Variable
[all...]
/llvm-project/clang/include/clang/Analysis/FlowSensitive/
H A DCNFFormula.h25 using Variable = uint32_t; variable
/llvm-project/clang/unittests/Tooling/
H A DRecursiveASTVisitorTestDeclVisitor.cpp17 bool VisitVarDecl(VarDecl *Variable) override { in VisitVarDecl() argument
/llvm-project/clang-tools-extra/clang-tidy/misc/
H A DConstCorrectnessCheck.cpp113 const auto *Variable = Result.Nodes.getNodeAs<VarDecl>("local-value"); check() local
[all...]
/llvm-project/clang-tools-extra/clangd/
H A DSemanticHighlighting.h32 Variable = 0, enumerator
/llvm-project/lldb/tools/lldb-dap/
H A DDAP.h88 enum class ReplMode { Variable = 0, Command, Auto }; global() enumerator
92 Variable = 0, global() enumerator
/llvm-project/libc/benchmarks/automemcpy/lib/
H A DRandomFunctionGenerator.cpp
/llvm-project/clang/lib/Analysis/FlowSensitive/
H A DCNFFormula.cpp117 llvm::DenseMap<Variable, Atom> &Atomics) { in buildCNF()
/llvm-project/llvm/lib/CodeGen/
H A DStackFrameLayoutAnalysisPass.cpp55 Variable, // a slot used to store a local data (could be a tmp) enumerator
/llvm-project/clang/include/clang/Analysis/
H A DCloneDetection.h385 const VarDecl *Variable; member

1234