Home
last modified time | relevance | path

Searched defs:definition (Results 1 – 21 of 21) sorted by relevance

/llvm-project/mlir/include/mlir/AsmParser/
H A DAsmParserState.h55 SMDefinition definition; member
90 SMDefinition definition; member
107 SMDefinition definition; member
123 SMDefinition definition; member
/llvm-project/llvm/utils/vscode/llvm/src/
H A DlitTaskProvider.ts39 const definition: LITTaskDefinition = <any>_task.definition; constant
/llvm-project/lldb/include/lldb/Host/
H A DOptionParser.h26 const OptionDefinition *definition; member
/llvm-project/polly/lib/External/isl/doc/
H A Dmanual.tex44 \newtheorem{definition}[def]{Definition} theorem
/llvm-project/lldb/source/Interpreter/
H A DProperty.cpp22 Property::Property(const PropertyDefinition &definition) in Property()
H A DOptionValueProperties.cpp27 for (const auto &definition : defs) { in Initialize() local
H A DOptions.cpp788 const auto &definition = group_option_defs[i]; Append() local
[all...]
/llvm-project/clang-tools-extra/clangd/index/remote/
H A DIndex.proto66 optional SymbolLocation definition = 4; field
/llvm-project/flang/include/flang/Parser/
H A Dprovenance.h195 ProvenanceRange definition; global() member
/llvm-project/mlir/lib/Dialect/Bufferization/Transforms/
H A DOneShotAnalysis.cpp448 annotateConflict(OpOperand * uRead,OpOperand * uConflictingWrite,Value definition) annotateConflict() argument
779 for (Value definition : definitions) { hasReadAfterWriteInterference() local
[all...]
/llvm-project/flang/lib/Optimizer/Transforms/
H A DAffinePromotion.cpp333 if (auto definition = value.getDefiningOp<mlir::arith::ConstantOp>()) in constantIntegerLike() local
/llvm-project/mlir/lib/Tools/tblgen-lsp-server/
H A DTableGenServer.cpp151 PointerUnion<const llvm::Record *, const llvm::RecordVal *> definition; global() member
[all...]
/llvm-project/clang/test/CodeGenCXX/
H A Dmangle-template.cpp133 struct definition { struct
H A Dvisibility.cpp29 struct definition { struct
/llvm-project/mlir/tools/mlir-linalg-ods-gen/
H A Dmlir-linalg-ods-yaml-gen.cpp715 for (const std::string &definition : opConfig.metadata->defines) { generateNamedGenericOpOds() local
/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangASTImporter.cpp660 if (!definition || !definition->isCompleteDefinition()) in importRecordLayoutFromOrigin() local
/llvm-project/clang/tools/libclang/
H A DCXCursor.cpp1619 const MacroDefinitionRecord *definition = getCursorMacroDefinition(cursor); clang_getCursorCompletionString() local
/llvm-project/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyTIL.h398 SExpr *definition() { return Definition; } in definition() function
399 const SExpr *definition() const { return Definition; } in definition() function
[all...]
/llvm-project/lldb/source/Commands/
H A DCommandObjectCommands.cpp2101 OptionDefinition definition = GetDefinitions()[option_idx]; SetOptionValue() local
[all...]
/llvm-project/mlir/lib/Tools/mlir-pdll-lsp-server/
H A DPDLLServer.cpp149 PointerUnion<const ast::Decl *, const ods::Operation *> definition; global() member
[all...]
/llvm-project/mlir/lib/Dialect/Linalg/TransformOps/
H A DLinalgTransformOps.cpp452 Operation *definition = val.getDefiningOp(); applyToOne() local