Home
last modified time | relevance | path

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

/llvm-project/clang/utils/TableGen/
H A DClangCommentHTMLTagsEmitter.cpp23 std::vector<Record *> Tags = Records.getAllDerivedDefinitions("Tag"); EmitClangCommentHTMLTags() local
40 std::vector<Record *> Tags = Records.getAllDerivedDefinitions("Tag"); EmitClangCommentHTMLTagsProperties() local
H A DClangCommentCommandInfoEmitter.cpp30 ArrayRef<const Record *> Tags = Records.getAllDerivedDefinitions("Command"); in EmitClangCommentCommandInfo() local
124 ArrayRef<const Record *> Tags = Records.getAllDerivedDefinitions("Command"); in EmitClangCommentCommandList() local
H A DClangCommentHTMLNamedCharacterReferenceEmitter.cpp51 std::vector<Record *> Tags = Records.getAllDerivedDefinitions("NCR"); EmitClangCommentHTMLNamedCharacterReferences() local
/llvm-project/llvm/tools/llvm-ifs/
H A DErrorCollector.h70 std::vector<std::string> Tags; variable
/llvm-project/llvm/lib/Analysis/
H A DTFLiteUtils.cpp102 const std::vector<TensorSpec> &OutputSpecs, const char *Tags = "serve") in TFModelEvaluatorImpl()
187 const char *Tags) in TFModelEvaluator()
/llvm-project/compiler-rt/lib/scudo/standalone/tests/
H A Dmemtag_test.cpp87 uptr Tags = 0; in TEST_F() local
125 uptr Tags = 0; in TEST_F() local
[all...]
/llvm-project/llvm/docs/
H A DYamlIO.rst754 Tags section in Mappings
H A DAMDGPUInstructionNotation.rst119 .. _amdgpu_syn_instruction_modifiers_notation:
/llvm-project/llvm/utils/TableGen/
H A DCTagsEmitter.cpp74 std::vector<Tag> Tags; in run() local
/llvm-project/llvm/lib/Target/DirectX/
H A DDXILResource.h60 enum Tags : uint32_t { enum
/llvm-project/llvm/lib/IR/
H A DMemoryModelRelaxationAnnotations.cpp66 if (Tags.empty()) in getMD() argument
[all...]
/llvm-project/clang-tools-extra/clangd/
H A DDiagnostics.h112 llvm::SmallVector<DiagnosticTag, 1> Tags; member
/llvm-project/polly/lib/Analysis/
H A DDependenceInfo.cpp337 auto Tags = isl_union_map_domain_map_union_pw_multi_aff(TaggedMap); in calculateDependences() local
342 isl_union_pw_multi_aff *ReductionTags, *IdentityTags, *Tags; in calculateDependences() local
/llvm-project/llvm/include/llvm/Object/
H A DWasm.h287 std::vector<wasm::WasmTag> Tags; variable
/llvm-project/clang/lib/Sema/
H A DCodeCompleteConsumer.cpp665 Tags.push_back("InBase"); in ProcessCodeCompleteResults() local
H A DSemaDeclAttr.cpp5456 SmallVector<StringRef, 4> Tags; handleAbiTagAttr() local
[all...]
/llvm-project/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DBugReporter.h760 std::vector<std::unique_ptr<DataTag>> Tags; variable
/llvm-project/clang/lib/APINotes/
H A DAPINotesYAMLCompiler.cpp514 TagsSeq Tags; global() member
H A DAPINotesWriter.cpp104 Tags; global() member in clang::api_notes::APINotesWriter::Implementation
/llvm-project/clang-tools-extra/clangd/unittests/
H A DDiagnosticsTests.cpp1937 TEST(Diagnostics,Tags) TEST() argument
/llvm-project/llvm/lib/Transforms/Scalar/
H A DGVN.cpp1495 AAMDNodes Tags = Load->getAAMetadata(); eliminatePartiallyRedundantLoad() local
H A DSROA.cpp1770 AAMDNodes Tags = LI.getAAMetadata(); speculateSelectInstLoads() local
/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DBugReporterVisitors.cpp2786 const std::pair<const ProgramPointTag *, const ProgramPointTag *> &Tags = VisitNodeImpl() local
/llvm-project/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp2572 SmallVector<StringRef, 8> Tags; writeOperandBundleTags() local
/llvm-project/llvm/tools/llvm-readobj/
H A DELFDumper.cpp4876 getMaxDynamicTagSize(const ELFFile<ELFT> & Obj,typename ELFT::DynRange Tags) getMaxDynamicTagSize() argument