Searched refs:value_type (Results 126 - 150 of 215) sorted by relevance

123456789

/freebsd-13-stable/contrib/llvm-project/lldb/source/Core/
H A DValue.cpp109 strm->Printf(", value_type = %s, context = %p, context_type = %s",
645 const char *Value::GetValueTypeAsCString(ValueType value_type) { argument
646 switch (value_type) {
H A DValueObject.cpp336 Value::ValueType value_type = value.GetValueType(); local
338 switch (value_type) {
356 (value_type == Value::eValueTypeVector) ? "vector" : "scalar";
854 Value::ValueType value_type = m_value.GetValueType(); local
856 switch (value_type) {
1529 Value::ValueType value_type = m_value.GetValueType(); local
1531 if (value_type == Value::eValueTypeScalar) {
1541 switch (value_type) {
/freebsd-13-stable/contrib/kyua/engine/
H A Dscanner_test.cpp83 _test_cases.insert(model::test_cases_map::value_type("one", tc1));
84 _test_cases.insert(model::test_cases_map::value_type("two", tc2));
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Utility/
H A DScalar.h145 static const char *GetValueTypeAsCString(Scalar::Type value_type);
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntimeV2.h54 Value::ValueType &value_type) override;
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DMustExecute.h273 typedef const Instruction *value_type; typedef in struct:llvm::MustBeExecutedIterator
/freebsd-13-stable/contrib/kyua/utils/text/
H A Dtable_test.cpp371 const text::widths_vector::value_type first_width =
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
H A DRedeclarable.h246 using value_type = decl_type *;
H A DASTVector.h84 using value_type = T;
/freebsd-13-stable/contrib/googletest/googletest/include/gtest/internal/
H A Dgtest-port.h2366 typedef typename Iterator::value_type value_type; typedef in struct:testing::internal::IteratorTraits
2372 typedef T value_type; typedef in struct:testing::internal::IteratorTraits
2377 typedef T value_type; typedef in struct:testing::internal::IteratorTraits
/freebsd-13-stable/contrib/atf/atf-c++/detail/
H A Dfs.cpp426 insert(value_type(dep->d_name, file_info(entryp)));
/freebsd-13-stable/crypto/openssl/ssl/
H A Dssl_conf.c601 unsigned short value_type; member in struct:__anon7284
814 if (runcmd->value_type == SSL_CONF_TYPE_NONE) {
878 return runcmd->value_type;
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DJSON.h97 using value_type = Storage::value_type;
160 using value_type = Value;
/freebsd-13-stable/contrib/llvm-project/lldb/source/Expression/
H A DDWARFExpression.cpp1025 Value::ValueType value_type = stack.back().GetValueType(); local
1026 switch (value_type) {
1120 Value::ValueType value_type = stack.back().GetValueType(); local
1121 switch (value_type) {
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DIRForTarget.cpp1226 const Type *value_type = nullptr; local
1240 value_type = PointerType::get(global_variable->getType(), 0);
1242 value_type = global_variable->getType();
1258 PrintType(value_type), *value_size, value_alignment);
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/ADT/
H A DOptional.h219 using value_type = T;
H A DStringMap.h196 using value_type = StringMapEntry<ValueTy>;
/freebsd-13-stable/contrib/llvm-project/libcxx/src/filesystem/
H A Doperations.cpp60 using PosPtr = path::value_type const*;
314 using value_type = path::value_type;
1278 constexpr path::value_type path::preferred_separator;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DStackSlotColoring.cpp210 using Pair = std::iterator_traits<LiveStacks::iterator>::value_type;
H A DAggressiveAntiDepBreaker.cpp635 RenameOrder.insert(RenameOrderType::value_type(SuperRC, Order.size()));
732 RenameOrder.insert(RenameOrderType::value_type(SuperRC, R));
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DSSAUpdaterImpl.h141 typename BBMapTy::value_type &BBMapBucket =
/freebsd-13-stable/contrib/sqlite3/
H A Dsqlite3ext.h159 int (*value_type)(sqlite3_value*); member in struct:sqlite3_api_routines
488 #define sqlite3_value_type sqlite3_api->value_type
/freebsd-13-stable/contrib/llvm-project/lldb/bindings/interface/
H A DSBValue.i495 value_type = property(GetValueType, None, doc='''A read only property that returns an lldb enumeration value (see enumerations that start with "lldb.eValueType") that represents the type of this value (local, argument, global, register, etc.).''')
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaConcept.cpp819 NormalForm::value_type Combined;
848 NormalForm::value_type Combined;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DValueEnumerator.cpp600 MetadataMapType::value_type &FirstMD) {
602 auto push = [&Worklist](MetadataMapType::value_type &MD) {

Completed in 397 milliseconds

123456789