/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
H A D | PostOrderIterator.h | 42 // - By providing a custom SetType class, unwanted graph nodes can be excluded 56 template<class SetType, bool External> 58 SetType Visited; 72 template<class SetType> 73 class po_iterator_storage<SetType, true> { 74 SetType &Visited; 77 po_iterator_storage(SetType &VSet) : Visited(VSet) {} in po_iterator_storage() 92 class SetType = 97 public po_iterator_storage<SetType, ExtStorage> { 114 po_iterator(NodeRef BB, SetType [all...] |
H A D | DepthFirstIterator.h | 49 template<class SetType, bool External> // Non-external set 52 SetType Visited; 55 template<class SetType> 56 class df_iterator_storage<SetType, true> { 58 df_iterator_storage(SetType &VSet) : Visited(VSet) {} in df_iterator_storage() 61 SetType &Visited; 82 class SetType = 87 public df_iterator_storage<SetType, ExtStorage> { 108 inline df_iterator(NodeRef Node, SetType &S) in df_iterator() 109 : df_iterator_storage<SetType, ExtStorag in df_iterator() [all...] |
H A D | BreadthFirstIterator.h | 33 template <class SetType> class bf_iterator_storage { 35 SetType Visited; 44 class SetType = 49 public bf_iterator_storage<SetType> {
|
/third_party/gptfdisk/ |
H A D | bsd.cc | 312 guid.SetType(0xa502); break; in AsGPT() 314 guid.SetType(0xa503); break; in AsGPT() 316 guid.SetType(0x0700); break; in AsGPT() 318 guid.SetType(0xa903); break; in AsGPT() 320 guid.SetType(0xa501); break; in AsGPT() 322 guid.SetType(0xa505); break; in AsGPT() 324 guid.SetType(0xa903); break; in AsGPT() 326 guid.SetType(0xa504); break; in AsGPT() 328 guid.SetType(0xa503); break; in AsGPT()
|
H A D | gptpart.h | 73 void SetType(PartType t); 74 void SetType(uint16_t hex) {partitionType = hex;} in SetType() function in GPTPart
|
H A D | mbr.cc | 60 partitions[0].SetType(UINT8_C(0xEE)); in MakeProtectiveMBR() 156 newPart.SetType(((uint16_t) origType) * 0x0100); in AsGPT()
|
H A D | mbrpart.h | 84 int SetType(uint8_t typeCode, int isExtended = 0);
|
H A D | gptcl.cc | 545 newPart.SetType((uint8_t)(operator[](origPartNum).GetHexType() / 0x0100)); in BuildMBR() 561 newPart.SetType(0xEE); in BuildMBR()
|
H A D | basicmbr.cc | 1047 partitions[num].SetType(type); in MakePart() 1064 allOK = partitions[num].SetType(type); in SetPartType() 1382 temp.SetType(0x0f, 1); in CreateExtended() 1643 partitions[num].SetType(hexCode); in DoMenu()
|
H A D | mbrpart.cc | 151 int MBRPart::SetType(uint8_t typeCode, int isExtended) { in SetType() function in MBRPart 159 } // MBRPart::SetType() in SetType()
|
/third_party/node/deps/v8/src/compiler/ |
H A D | escape-analysis-reducer.cc | 65 NodeProperties::SetType( in ReplaceNode() 79 NodeProperties::SetType(node, Type::Object()); in ObjectIdNode() 249 NodeProperties::SetType(arguments_length_state, in Finalize() 299 NodeProperties::SetType(arguments_elements_state, Type::OtherInternal()); in Finalize() 308 NodeProperties::SetType( in Finalize() 315 NodeProperties::SetType( in Finalize() 327 NodeProperties::SetType(offset, offset_type); in Finalize() 334 NodeProperties::SetType( in Finalize() 341 NodeProperties::SetType(frame, Type::ExternalPointer()); in Finalize() 394 NodeProperties::SetType(tmp in Constructor() [all...] |
H A D | dead-code-elimination.cc | 25 NodeProperties::SetType(dead_, Type::None()); in DeadCodeElimination() 303 NodeProperties::SetType(unreachable, Type::None()); in ReduceEffectNode() 327 NodeProperties::SetType(effect, Type::None()); in ReduceDeoptimizeOrReturnOrTerminateOrTailCall() 381 NodeProperties::SetType(dead_value, Type::None()); in DeadValue()
|
H A D | add-type-assertions-reducer.cc | 36 NodeProperties::SetType(assertion, type); in Reduce()
|
H A D | type-narrowing-reducer.cc | 74 NodeProperties::SetType(node, restricted); in Reduce()
|
H A D | simplified-lowering-verifier.cc | 52 SetType(node, type); in CheckAndSet() 257 SetType(node, output_type); in VisitNode()
|
H A D | escape-analysis.cc | 494 NodeProperties::SetType(phi, Type::Any()); in MergeInputs() 554 NodeProperties::SetType(map_node, Type::Internal()); in LowerCompareMapsWithoutLoad() 557 NodeProperties::SetType(comparison, Type::Boolean()); in LowerCompareMapsWithoutLoad() 564 NodeProperties::SetType(replacement, Type::Boolean()); in LowerCompareMapsWithoutLoad() 687 NodeProperties::SetType(check, Type::Boolean()); in ReduceNode() 691 NodeProperties::SetType(select, access.type); in ReduceNode()
|
H A D | simplified-lowering-verifier.h | 55 void SetType(Node* node, const Type& type) { in SetType() function in v8::internal::compiler::final
|
H A D | allocation-builder.h | 68 NodeProperties::SetType(allocation_, NodeProperties::GetType(node)); in FinishAndChange()
|
H A D | value-numbering-reducer.cc | 140 NodeProperties::SetType(replacement, node_type); in ReplaceIfTypesMatch()
|
H A D | js-typed-lowering.cc | 288 NodeProperties::SetType(node_, Type::Intersect(node_type, type, zone())); in ChangeToPureOperator() 325 NodeProperties::SetType(node_, in ChangeToSpeculativeOperator() 569 NodeProperties::SetType( in ReduceJSAdd() 576 NodeProperties::SetType( in ReduceJSAdd() 1042 NodeProperties::SetType( in ReduceJSToNumber() 1057 NodeProperties::SetType( in ReduceJSToNumeric() 1223 NodeProperties::SetType(vloop, Type::NonInternal()); in ReduceJSHasInPrototypeChain() 1880 NodeProperties::SetType(node, Type::InternalizedString()); in ReduceJSForInNext() 1921 NodeProperties::SetType( in ReduceJSForInNext() 2291 NodeProperties::SetType(valu in ReduceObjectIsArray() [all...] |
/third_party/protobuf/src/google/protobuf/ |
H A D | unknown_field_set.cc | 136 field.SetType(UnknownField::TYPE_VARINT); in AddVarint() 144 field.SetType(UnknownField::TYPE_FIXED32); in AddFixed32() 152 field.SetType(UnknownField::TYPE_FIXED64); in AddFixed64() 160 field.SetType(UnknownField::TYPE_LENGTH_DELIMITED); in AddLengthDelimited() 170 field.SetType(UnknownField::TYPE_GROUP); in AddGroup()
|
H A D | map_field.h | 99 SetType(FieldDescriptor::CPPTYPE_INT64); in SetInt64Value() 103 SetType(FieldDescriptor::CPPTYPE_UINT64); in SetUInt64Value() 107 SetType(FieldDescriptor::CPPTYPE_INT32); in SetInt32Value() 111 SetType(FieldDescriptor::CPPTYPE_UINT32); in SetUInt32Value() 115 SetType(FieldDescriptor::CPPTYPE_BOOL); in SetBoolValue() 119 SetType(FieldDescriptor::CPPTYPE_STRING); in SetStringValue() 207 SetType(other.type()); in CopyFrom() 252 void SetType(FieldDescriptor::CppType type) { in SetType() function in google::protobuf::MapKey 687 void SetType(FieldDescriptor::CppType type) { type_ = type; } in SetType() function in google::protobuf::MapValueRef 736 key_.SetType(fiel in MapIterator() [all...] |
H A D | unknown_field_set.h | 284 inline void SetType(Type type); 402 inline void UnknownField::SetType(Type type) { in SetType() function in google::protobuf::UnknownField
|
H A D | map_field_inl.h | 155 this_iter->key_.SetType(that_iter.key_.type()); in CopyIterator() 158 this_iter->value_.SetType( in CopyIterator()
|
/third_party/vixl/src/aarch32/ |
H A D | instructions-aarch32.cc | 594 if (amount_value == 0) SetType(RRX); in ImmediateShiftOperand() 598 SetType(LSL); in ImmediateShiftOperand()
|