Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/utils/TableGen/
H A DClangCommentCommandInfoEmitter.cpp30 std::vector<Record *> Tags = Records.getAllDerivedDefinitions("Command"); in EmitClangCommentCommandInfo() local
124 std::vector<Record *> Tags = Records.getAllDerivedDefinitions("Command"); in EmitClangCommentCommandList() local
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DTFLiteUtils.cpp102 const std::vector<TensorSpec> &OutputSpecs, const char *Tags = "serve") in TFModelEvaluatorImpl() argument
187 const char *Tags) in TFModelEvaluator() argument
/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DCTagsEmitter.cpp74 std::vector<Tag> Tags; in run() local
/freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/
H A DDXILResource.h60 enum Tags : uint32_t { enum
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DMemoryModelRelaxationAnnotations.cpp66 ArrayRef<MMRAMetadata::TagT> Tags) { in getMD()
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DWasm.h287 std::vector<wasm::WasmTag> Tags; variable
/freebsd/contrib/bsnmp/tests/
H A Dcatch.hpp980 …#define INTERNAL_CATCH_TEMPLATE_TEST_CASE_NO_REGISTRATION_2( TestName, TestFunc, Name, Tags, Signa… argument
982 …_CASE_METHOD_NO_REGISTRATION_2( TestNameClass, TestName, ClassName, Name, Tags, Signature, ... ) … argument
991 #define INTERNAL_CATCH_TEMPLATE_TEST_CASE_NO_REGISTRATION(Name, Tags, ...) \ argument
994 #define INTERNAL_CATCH_TEMPLATE_TEST_CASE_NO_REGISTRATION(Name, Tags, ...) \ argument
999 #define INTERNAL_CATCH_TEMPLATE_TEST_CASE_SIG_NO_REGISTRATION(Name, Tags, Signature, ...) \ argument
1002 #define INTERNAL_CATCH_TEMPLATE_TEST_CASE_SIG_NO_REGISTRATION(Name, Tags, Signature, ...) \ argument
1007 … #define INTERNAL_CATCH_TEMPLATE_TEST_CASE_METHOD_NO_REGISTRATION( ClassName, Name, Tags,... ) \ argument
1010 … #define INTERNAL_CATCH_TEMPLATE_TEST_CASE_METHOD_NO_REGISTRATION( ClassName, Name, Tags,... ) \ argument
1015 …#define INTERNAL_CATCH_TEMPLATE_TEST_CASE_METHOD_SIG_NO_REGISTRATION( ClassName, Name, Tags, Signa… argument
1018 …#define INTERNAL_CATCH_TEMPLATE_TEST_CASE_METHOD_SIG_NO_REGISTRATION( ClassName, Name, Tags, Signa… argument
[all …]
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DCodeCompleteConsumer.cpp665 std::vector<std::string> Tags; in ProcessCodeCompleteResults() local
H A DSemaDeclAttr.cpp5453 SmallVector<StringRef, 4> Tags; in handleAbiTagAttr() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DDXILResource.cpp309 SmallVector<Metadata *> Tags; in getAsMetadata() local
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DBugReporter.h760 std::vector<std::unique_ptr<DataTag>> Tags; variable
/freebsd/contrib/llvm-project/clang/lib/APINotes/
H A DAPINotesYAMLCompiler.cpp516 TagsSeq Tags; member
H A DAPINotesWriter.cpp111 Tags; member in clang::api_notes::APINotesWriter::Implementation
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DGVN.cpp1495 AAMDNodes Tags = Load->getAAMetadata(); in eliminatePartiallyRedundantLoad() local
H A DSROA.cpp1770 AAMDNodes Tags = LI.getAAMetadata(); in speculateSelectInstLoads() local
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DBugReporterVisitors.cpp2786 const std::pair<const ProgramPointTag *, const ProgramPointTag *> &Tags = in VisitNodeImpl() local
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp2586 SmallVector<StringRef, 8> Tags; in writeOperandBundleTags() local
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DELFDumper.cpp4876 typename ELFT::DynRange Tags) { in getMaxDynamicTagSize()