Searched refs:Types (Results 51 - 75 of 218) sorted by relevance

123456789

/freebsd-current/contrib/googletest/googletest/test/
H A Dgoogletest-list-tests-unittest_.cc113 typedef testing::Types<
H A Dgtest-unittest-api_test.cc99 TYPED_TEST_SUITE(TestSuiteWithCommentTest, Types<int>);
183 EXPECT_STREQ(GetTypeName<Types<int>>().c_str(), test_suite->type_param());
194 EXPECT_STREQ(GetTypeName<Types<int>>().c_str(), tests[0]->type_param());
258 EXPECT_STREQ(GetTypeName<Types<int>>().c_str(),
309 EXPECT_STREQ(GetTypeName<Types<int>>().c_str(), tests[0]->type_param());
/freebsd-current/contrib/llvm-project/lldb/include/lldb/Utility/
H A DLLDBLog.h47 Types = Log::ChannelFlag<28>, member in class:lldb_private::LLDBLog
/freebsd-current/contrib/llvm-project/lldb/source/Utility/
H A DLLDBLog.cpp60 {{"types"}, {"log type system related activities"}, LLDBLog::Types},
/freebsd-current/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeHashing.h53 hashTypeCollection(TypeCollection &Types) { argument
55 Types.ForEachRecord([&Hashes](TypeIndex TI, const CVType &Type) {
169 hashTypeCollection(TypeCollection &Types) { argument
171 Types.ForEachRecord([&Hashes](TypeIndex TI, const CVType &Type) {
/freebsd-current/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DTypeMap.h49 TypeIterable Types() const { return TypeIterable(m_types); } function in class:lldb_private::TypeMap
/freebsd-current/sys/contrib/dev/acpica/components/debugger/
H A Ddbexec.c292 Status = AcpiDbConvertToObject (Info->Types[i],
524 * Types -
539 ACPI_OBJECT_TYPE *Types,
615 AcpiGbl_DbMethodInfo.Types = Types;
758 LocalInfo.Types = LocalInfo.ArgTypes;
874 * Types - Corresponding array of object types
887 ACPI_OBJECT_TYPE *Types)
897 AcpiGbl_DbMethodInfo.Types = AcpiGbl_DbMethodInfo.ArgTypes;
906 AcpiGbl_DbMethodInfo.ArgTypes[i] = *Types;
536 AcpiDbExecute( char *Name, char **Args, ACPI_OBJECT_TYPE *Types, UINT32 Flags) argument
884 AcpiDbCreateExecutionThread( char *MethodNameArg, char **Arguments, ACPI_OBJECT_TYPE *Types) argument
[all...]
/freebsd-current/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DGlobalDCE.cpp120 SmallVector<MDNode *, 2> Types; local
124 Types.clear();
125 GV.getMetadata(LLVMContext::MD_type, Types);
126 if (GV.isDeclaration() || Types.empty())
132 for (MDNode *Type : Types) {
/freebsd-current/contrib/llvm-project/llvm/lib/DWP/
H A DDWP.cpp207 const DWARFUnitIndex &TUIndex, MCSection *OutputTypes, StringRef Types,
232 Out.emitBytes(Types.substr(
242 "Types", OverflowOptValue,
259 for (StringRef Types : TypesSections) {
262 DataExtractor Data(Types, true, 0);
283 Out.emitBytes(Types.substr(PrevOffset, C.getLength32()));
288 "Types", OverflowOptValue,
205 addAllTypesFromDWP( MCStreamer &Out, MapVector<uint64_t, UnitIndexEntry> &TypeIndexEntries, const DWARFUnitIndex &TUIndex, MCSection *OutputTypes, StringRef Types, const UnitIndexEntry &TUEntry, uint32_t &TypesOffset, unsigned TypesContributionIndex, OnCuIndexOverflow OverflowOptValue, bool &AnySectionOverflow) argument
/freebsd-current/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVCodeViewReader.cpp419 LazyRandomTypeCollection &Types = types(); local
421 if (Error Err = traverseTypes(Pdb, Types, Ids))
525 LazyRandomTypeCollection &Types = types(); local
527 LVTypeVisitor TDV(W, &LogicalVisitor, Types, Ids, StreamTPI,
529 return visitTypeStream(Types, TDV);
570 LazyRandomTypeCollection &Types = types(); local
572 Types.reset(*DataOrErr, 100);
573 LVTypeVisitor TDV(W, &LogicalVisitor, Types, Ids, StreamTPI,
575 return visitTypeStream(Types, TDV);
579 LazyRandomTypeCollection &Types,
578 traverseTypes(PDBFile &Pdb, LazyRandomTypeCollection &Types, LazyRandomTypeCollection &Ids) argument
952 LazyRandomTypeCollection &Types = types(); local
[all...]
/freebsd-current/contrib/llvm-project/llvm/utils/TableGen/
H A DCodeGenDAGPatterns.h632 std::vector<TypeSetByHwMode> Types; member in class:llvm::TreePatternNode
666 Types.resize(NumResults);
672 Types.resize(NumResults);
694 unsigned getNumTypes() const { return Types.size(); }
696 return Types[ResNo].getValueTypeByHwMode();
698 const std::vector<TypeSetByHwMode> &getExtTypes() const { return Types; }
700 return Types[ResNo];
702 TypeSetByHwMode &getExtType(unsigned ResNo) { return Types[ResNo]; }
703 void setType(unsigned ResNo, const TypeSetByHwMode &T) { Types[ResNo] = T; }
705 return Types[ResN
[all...]
H A DDFAEmitter.cpp183 SmallVector<std::string, 4> Types; member in class:__anon3005::Transition
188 SmallVector<std::string, 4> getTypes() { return Types; }
325 Types.emplace_back(Ty->getAsString());
328 Types.emplace_back("unsigned");
331 Types.emplace_back("std::string");
338 Types.back() = std::string(TypeOverride);
/freebsd-current/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DDumpOutputStyle.cpp259 P.formatLine("Has Types: {0}", getPdb().hasPDBTpiStream());
604 LazyRandomTypeCollection &Types =
606 for (std::optional<TypeIndex> TI = Types.getFirst(); TI;
607 TI = Types.getNext(*TI)) {
608 CVType Type = Types.getType(*TI);
613 P.formatLine(" Types");
1185 static void buildDepSet(LazyRandomTypeCollection &Types,
1194 CVType Type = Types.getType(TI);
1197 buildDepSet(Types, DepList, DepSet);
1202 dumpFullTypeStream(LinePrinter &Printer, LazyRandomTypeCollection &Types,
[all...]
/freebsd-current/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVEmitIntrinsics.cpp60 CallInst *buildIntrWithMD(Intrinsic::ID IntrID, ArrayRef<Type *> Types, argument
71 return IRB->CreateIntrinsic(IntrID, {Types}, Args);
247 SmallVector<Type *, 2> Types = {I.getType(), I.getOperand(0)->getType()}; local
252 auto *NewI = IRB->CreateIntrinsic(Intrinsic::spv_gep, {Types}, {Args});
271 SmallVector<Type *, 2> Types = {I.getType(), Source->getType()}; local
273 auto *NewI = IRB->CreateIntrinsic(Intrinsic::spv_bitcast, {Types}, {Args});
379 SmallVector<Type *, 2> Types = {Pointer->getType(), Pointer->getType()}; local
382 IRB->CreateIntrinsic(Intrinsic::spv_ptrcast, {Types}, Args);
389 SmallVector<Type *, 4> Types = {I.getType(), I.getOperand(0)->getType(), local
393 auto *NewI = IRB->CreateIntrinsic(Intrinsic::spv_insertelt, {Types}, {Arg
403 SmallVector<Type *, 3> Types = {I.getType(), I.getVectorOperandType(), local
415 SmallVector<Type *, 1> Types = {I.getInsertedValueOperand()->getType()}; local
[all...]
/freebsd-current/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DLegalizerInfo.cpp81 for (const auto &Type : Types) {
106 return Q.Types[Mutation.first] != Mutation.second;
125 const LLT OldTy = Q.Types[TypeIdx];
334 SmallVector<LLT, 8> Types; local
351 Types.push_back(Ty);
358 return getAction({MI.getOpcode(), Types, MemDescrs});
/freebsd-current/contrib/llvm-project/lld/MachO/
H A DInputFiles.h332 template <class CommandType, class... Types>
334 findCommands(const void *anyHdr, size_t maxCommands, Types... types) {
355 template <class CommandType = llvm::MachO::load_command, class... Types>
356 const CommandType *findCommand(const void *anyHdr, Types... types) {
362 template <class CommandType = llvm::MachO::load_command, class... Types>
364 Types... types) {
/freebsd-current/sys/contrib/dev/acpica/include/
H A Dacdebug.h462 ACPI_OBJECT_TYPE *Types,
469 ACPI_OBJECT_TYPE *Types);
/freebsd-current/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DTpiStreamBuilder.h49 void addTypeRecords(ArrayRef<uint8_t> Types, ArrayRef<uint16_t> Sizes,
/freebsd-current/contrib/googletest/googletest/include/gtest/internal/
H A Dgtest-internal.h473 // Types of SetUpTestSuite() and TearDownTestSuite() functions.
676 template <typename NameGenerator, typename Types>
677 void GenerateNamesRecursively(Types, std::vector<std::string>* result, int i) {
678 result->push_back(NameGenerator::template GetName<typename Types::Head>(i));
679 GenerateNamesRecursively<NameGenerator>(typename Types::Tail(), result,
683 template <typename NameGenerator, typename Types>
686 GenerateNamesRecursively<NameGenerator>(Types(), &result, 0);
690 // TypeParameterizedTest<Fixture, TestSel, Types>::Register()
697 template <GTEST_TEMPLATE_ Fixture, class TestSel, typename Types>
700 // 'index' is the index of the test in the type list 'Types'
[all...]
/freebsd-current/contrib/llvm-project/clang/utils/TableGen/
H A DClangOpenCLBuiltinEmitter.cpp111 // \param Types (in) List containing the Types to extract.
112 // \param TypesSeen (inout) List containing the Types already extracted.
114 // \param List (out) List containing the extracted Types, except the Types in
116 void ExtractEnumTypes(std::vector<Record *> &Types,
283 SmallVectorImpl<SmallVector<std::string, 2>> &Types);
365 void BuiltinNameEmitter::ExtractEnumTypes(std::vector<Record *> &Types, argument
371 for (const auto *T : Types) {
399 std::vector<Record *> Types local
502 std::vector<Record *> Types = Records.getAllDerivedDefinitions("Type"); local
905 std::vector<Record *> Types = Records.getAllDerivedDefinitions("Type"); local
1073 expandTypesInSignature( const std::vector<Record *> &Signature, SmallVectorImpl<SmallVector<std::string, 2>> &Types) argument
[all...]
H A DNeonEmitter.cpp335 std::vector<Type> Types; member in class:__anon1092::Intrinsic
362 for (const auto &T : Types){
380 // Types[0] is the return value.
382 Types.emplace_back(OutTS, getNextModifiers(Proto, Pos));
385 Types.emplace_back(InTS, Mods);
387 PolymorphicKeyType = Types.size() - 1;
392 for (const auto &Type : Types) {
422 return llvm::any_of(Types, [](const Type &T) { return T.isImmediate(); });
427 for (unsigned Idx = 0; Idx < Types.size(); ++Idx)
428 if (Types[Id
[all...]
/freebsd-current/contrib/llvm-project/llvm/tools/llvm-cxxfilt/
H A Dllvm-cxxfilt.cpp58 static bool Types; variable
84 if (Types)
178 Types = Args.hasArg(OPT_types);
/freebsd-current/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/
H A DLVScope.cpp223 if (!Types)
224 Types = std::make_unique<LVTypes>();
227 Types->push_back(Type);
280 return RemoveElement(Types);
465 if (const LVTypes *Types = getTypes())
466 for (LVType *Type : *Types)
527 const LVTypes *Types) const {
532 if (Types) {
534 for (const LVType *Type : *Types) {
684 Traverse(Parent->Types, SortFunctio
[all...]
/freebsd-current/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DAccelTable.h206 template <typename... Types>
207 void addName(DwarfStringPoolEntryRef Name, Types &&... Args);
214 template <typename... Types>
216 Types &&... Args) {
226 AccelTableDataT(std::forward<Types>(Args)...));
/freebsd-current/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsLegalizerInfo.cpp49 if (Val.ValTy != Query.Types[0])
51 if (Val.PtrTy != Query.Types[1])
65 return llvm::is_contained(SupportedValues, Query.Types[N]);
127 if (!Query.Types[0].isScalar() || Query.Types[1] != p0 ||
128 Query.Types[0] == s1)
131 unsigned Size = Query.Types[0].getSizeInBits();

Completed in 654 milliseconds

123456789