/llvm-project/llvm/utils/TableGen/Common/GlobalISel/ |
H A D | CodeExpansions.h | 36 lookup(StringRef Variable) lookup() argument 42 find(StringRef Variable) find() argument
|
/llvm-project/clang-tools-extra/clangd/test/Inputs/ |
H A D | BenchmarkHeader.h | 14 int Variable; variable
|
/llvm-project/llvm/tools/llvm-exegesis/lib/ |
H A D | MCInstrDescView.h | 36 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 D | Value.h | 33 class Variable; variable 65 Variable enumerator
|
/llvm-project/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/clang/test/Modules/ |
H A D | no-linkage.cpp | 12 enum { Variable }; // expected-note {{candidate}} enumerator
|
/llvm-project/clang/test/clang-rename/ |
H A D | ComplicatedClassType.cpp |
|
/llvm-project/clang-tools-extra/clang-tidy/cppcoreguidelines/ |
H A D | AvoidNonConstGlobalVariablesCheck.cpp | 55 if (const auto *Variable = in check() local
|
/llvm-project/clang-tools-extra/clang-tidy/altera/ |
H A D | IdDependentBackwardBranchCheck.cpp | 114 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 D | ast-dump-stmt.cpp | 13 int Variable; variable
|
H A D | ast-dump-stmt-json.cpp | 5 int Variable; variable
|
/llvm-project/llvm/lib/IR/ |
H A D | DebugProgramInstruction.cpp | 70 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 D | CGCUDARuntime.h | 51 Variable, // Variable global() enumerator
|
/llvm-project/clang-tools-extra/clang-include-fixer/find-all-symbols/ |
H A D | SymbolInfo.h | 32 Variable, enumerator
|
/llvm-project/mlir/lib/Interfaces/ |
H A D | ValueBoundsOpInterface.cpp | 76 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 D | CNFFormula.h | 25 using Variable = uint32_t; variable
|
/llvm-project/clang/unittests/Tooling/ |
H A D | RecursiveASTVisitorTestDeclVisitor.cpp | 17 bool VisitVarDecl(VarDecl *Variable) override { in VisitVarDecl() argument
|
/llvm-project/clang-tools-extra/clang-tidy/misc/ |
H A D | ConstCorrectnessCheck.cpp | 113 const auto *Variable = Result.Nodes.getNodeAs<VarDecl>("local-value"); check() local [all...] |
/llvm-project/clang-tools-extra/clangd/ |
H A D | SemanticHighlighting.h | 32 Variable = 0, enumerator
|
/llvm-project/lldb/tools/lldb-dap/ |
H A D | DAP.h | 88 enum class ReplMode { Variable = 0, Command, Auto }; global() enumerator 92 Variable = 0, global() enumerator
|
/llvm-project/libc/benchmarks/automemcpy/lib/ |
H A D | RandomFunctionGenerator.cpp |
|
/llvm-project/clang/lib/Analysis/FlowSensitive/ |
H A D | CNFFormula.cpp | 117 llvm::DenseMap<Variable, Atom> &Atomics) { in buildCNF()
|
/llvm-project/llvm/lib/CodeGen/ |
H A D | StackFrameLayoutAnalysisPass.cpp | 55 Variable, // a slot used to store a local data (could be a tmp) enumerator
|
/llvm-project/clang/include/clang/Analysis/ |
H A D | CloneDetection.h | 385 const VarDecl *Variable; member
|