HomeSort by relevance Sort by last modified time
    Searched refs:Elem (Results 101 - 125 of 367) sorted by null

1 2 3 45 6 7 8 91011>>

  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/Analysis/Analyses/
ThreadSafetyUtil.h 170 void push_back(const T &Elem) {
172 Data[Size++] = Elem;
314 void push_back(const T &Elem) {
316 Data->Vect.push_back(Elem);
321 T& elem(unsigned i) {
  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/Analysis/Analyses/
ThreadSafetyUtil.h 170 void push_back(const T &Elem) {
172 Data[Size++] = Elem;
314 void push_back(const T &Elem) {
316 Data->Vect.push_back(Elem);
321 T& elem(unsigned i) {
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/Analysis/Analyses/
ThreadSafetyUtil.h 170 void push_back(const T &Elem) {
172 Data[Size++] = Elem;
314 void push_back(const T &Elem) {
316 Data->Vect.push_back(Elem);
321 T& elem(unsigned i) {
  /prebuilts/go/darwin-x86/doc/progs/
interface2.go 95 v := p.Elem()
112 s := reflect.ValueOf(&t).Elem()
  /prebuilts/go/linux-x86/doc/progs/
interface2.go 95 v := p.Elem()
112 s := reflect.ValueOf(&t).Elem()
  /external/abi-compliance-checker/modules/Internals/
CallConv.pm 628 my ($SInfo, $Algn, $Size, $Elem) = @_;
636 return pushStack_Offset($SInfo, $Offset, $Size, $Elem);
641 my ($SInfo, $Offset, $Size, $Elem) = @_;
644 "Elem" => $Elem
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/vet/
types.go 164 (f.matchArgTypeInternal(t, typ.Key(), arg, inProgress) && f.matchArgTypeInternal(t, typ.Elem(), arg, inProgress))
171 if types.Identical(typ.Elem().Underlying(), types.Typ[types.Byte]) && t&argString != 0 {
175 return t&argPointer != 0 || f.matchArgTypeInternal(t, typ.Elem(), arg, inProgress)
179 if types.Identical(typ.Elem().Underlying(), types.Typ[types.Byte]) && t&argString != 0 {
185 return t&argPointer != 0 || f.matchArgTypeInternal(t, typ.Elem(), arg, inProgress)
190 if typ.Elem().String() == "invalid type" {
201 if str, ok := typ.Elem().Underlying().(*types.Struct); ok {
cgo.go 93 elem, ok := ptr.Elem().Underlying().(*types.Basic)
94 if !ok || elem.Kind() != types.UnsafePointer {
130 return typeOKForCgoCall(t.Elem(), m)
132 return typeOKForCgoCall(t.Elem(), m)
  /prebuilts/go/darwin-x86/src/testing/quick/
quick.go 71 v := reflect.New(t).Elem()
110 value, ok2 := sizedValue(concrete.Elem(), rand, size)
120 elem, ok := sizedValue(concrete.Elem(), rand, size)
124 v.Set(reflect.New(concrete.Elem()))
125 v.Elem().Set(elem)
132 elem, ok := sizedValue(concrete.Elem(), rand, sizeLeft)
136 v.Index(i).Set(elem)
    [all...]
  /prebuilts/go/linux-x86/src/cmd/vet/
types.go 164 (f.matchArgTypeInternal(t, typ.Key(), arg, inProgress) && f.matchArgTypeInternal(t, typ.Elem(), arg, inProgress))
171 if types.Identical(typ.Elem().Underlying(), types.Typ[types.Byte]) && t&argString != 0 {
175 return t&argPointer != 0 || f.matchArgTypeInternal(t, typ.Elem(), arg, inProgress)
179 if types.Identical(typ.Elem().Underlying(), types.Typ[types.Byte]) && t&argString != 0 {
185 return t&argPointer != 0 || f.matchArgTypeInternal(t, typ.Elem(), arg, inProgress)
190 if typ.Elem().String() == "invalid type" {
201 if str, ok := typ.Elem().Underlying().(*types.Struct); ok {
cgo.go 93 elem, ok := ptr.Elem().Underlying().(*types.Basic)
94 if !ok || elem.Kind() != types.UnsafePointer {
130 return typeOKForCgoCall(t.Elem(), m)
132 return typeOKForCgoCall(t.Elem(), m)
  /prebuilts/go/linux-x86/src/testing/quick/
quick.go 71 v := reflect.New(t).Elem()
110 value, ok2 := sizedValue(concrete.Elem(), rand, size)
120 elem, ok := sizedValue(concrete.Elem(), rand, size)
124 v.Set(reflect.New(concrete.Elem()))
125 v.Elem().Set(elem)
132 elem, ok := sizedValue(concrete.Elem(), rand, sizeLeft)
136 v.Index(i).Set(elem)
    [all...]
  /external/golang-protobuf/proto/
pointer_reflect.go 91 return p.v.Elem()
94 return p.v.Elem().FieldByIndex(f)
206 t := p.v.Type().Elem()
236 p.v.Elem().SetInt(int64(int32(x)))
241 elem := p.v.Elem()
242 switch elem.Kind() {
244 return uint32(elem.Int())
246 return uint32(elem.Uint())
248 return math.Float32bits(float32(elem.Float())
    [all...]
extensions.go 146 var extendableProtoType = reflect.TypeOf((*extendableProto)(nil)).Elem()
147 var extendableProtoV1Type = reflect.TypeOf((*extendableProtoV1)(nil)).Elem()
162 return t.Kind() == reflect.Slice && t.Elem().Kind() != reflect.Uint8
283 x.Elem().Set(reflect.ValueOf(e.value))
321 x.Elem().Set(reflect.ValueOf(e.value))
427 value := reflect.New(t).Elem()
428 value.Set(reflect.New(value.Type().Elem()))
433 value.Elem().SetInt(int64(sf.value.(int32)))
435 value.Elem().Set(reflect.ValueOf(sf.value))
454 value := reflect.New(t).Elem()
    [all...]
decode.go 430 return p.unmarshalType(typ.Elem(), GetProperties(typ.Elem()), true, base)
452 err = p.unmarshalType(typ.Elem(), GetProperties(typ.Elem()), false, base)
821 if mptr.Elem().IsNil() {
822 mptr.Elem().Set(reflect.MakeMap(mptr.Type().Elem()))
824 v := mptr.Elem() // map[K]V
828 keyptr := reflect.New(reflect.PtrTo(p.mtype.Key())).Elem() // addressable *K
833 switch p.mtype.Elem().Kind()
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
ExprEngineCXX.cpp 115 if (auto Elem = findElementDirectlyInitializedByCurrentConstructor()) {
116 if (Optional<CFGStmt> StmtElem = Elem->getAs<CFGStmt>()) {
126 } else if (Optional<CFGInitializer> InitElem = Elem->getAs<CFGInitializer>()) {
159 /// Returns true if the initializer for \Elem can be a direct
161 static bool canHaveDirectConstructor(CFGElement Elem){
164 if (Optional<CFGStmt> StmtElem = Elem.getAs<CFGStmt>()) {
170 if (Elem.getKind() == CFGElement::Initializer) {
  /external/llvm/lib/Analysis/
StratifiedSets.h 104 Optional<StratifiedInfo> find(const T &Elem) const {
105 auto Iter = Values.find(Elem);
353 bool has(const T &Elem) const { return get(Elem).hasValue(); }
  /prebuilts/go/darwin-x86/src/cmd/fix/
cftype.go 59 exprType := reflect.TypeOf((*ast.Expr)(nil)).Elem()
72 v = v.Elem()
  /prebuilts/go/linux-x86/src/cmd/fix/
cftype.go 59 exprType := reflect.TypeOf((*ast.Expr)(nil)).Elem()
72 v = v.Elem()
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/
subr.go 506 t = t.Elem()
536 t = t.Elem()
669 return eqtype1(t1.Elem(), t2.Elem(), cmpTags, assumedEqual)
794 if eqtype(src.Elem(), dst.Elem()) && (src.Sym == nil || dst.Sym == nil) {
841 if src.IsPtr() && dst.IsPtr() && dst.Elem().NotInHeap() && !src.Elem().NotInHeap() {
843 *why = fmt.Sprintf(":\n\t%v is go:notinheap, but %v is not", dst.Elem(), src.Elem())
    [all...]
  /prebuilts/go/linux-x86/src/cmd/compile/internal/gc/
subr.go 506 t = t.Elem()
536 t = t.Elem()
669 return eqtype1(t1.Elem(), t2.Elem(), cmpTags, assumedEqual)
794 if eqtype(src.Elem(), dst.Elem()) && (src.Sym == nil || dst.Sym == nil) {
841 if src.IsPtr() && dst.IsPtr() && dst.Elem().NotInHeap() && !src.Elem().NotInHeap() {
843 *why = fmt.Sprintf(":\n\t%v is go:notinheap, but %v is not", dst.Elem(), src.Elem())
    [all...]
  /prebuilts/go/darwin-x86/src/encoding/gob/
encode.go 168 pv = pv.Elem()
343 elem := value.Index(i)
345 elem = encIndirect(elem, elemIndir)
346 // TODO: Is elem guaranteed valid? If so we could avoid this check.
347 if !valid(elem) {
351 op(nil, state, elem)
388 elem := iv.Elem()
389 if elem.Kind() == reflect.Ptr && elem.IsNil()
    [all...]
  /prebuilts/go/darwin-x86/src/vendor/golang_org/x/crypto/cryptobyte/
asn1.go 245 var bigIntType = reflect.TypeOf((*big.Int)(nil)).Elem()
254 switch reflect.ValueOf(out).Elem().Kind() {
257 if !s.readASN1Int64(&i) || reflect.ValueOf(out).Elem().OverflowInt(i) {
260 reflect.ValueOf(out).Elem().SetInt(i)
264 if !s.readASN1Uint64(&u) || reflect.ValueOf(out).Elem().OverflowUint(u) {
267 reflect.ValueOf(out).Elem().SetUint(u)
270 if reflect.TypeOf(out).Elem() == bigIntType {
596 switch reflect.ValueOf(out).Elem().Kind() {
599 reflect.ValueOf(out).Elem().Set(reflect.ValueOf(defaultValue))
601 if reflect.TypeOf(out).Elem() != bigIntType
    [all...]
  /prebuilts/go/linux-x86/src/encoding/gob/
encode.go 168 pv = pv.Elem()
343 elem := value.Index(i)
345 elem = encIndirect(elem, elemIndir)
346 // TODO: Is elem guaranteed valid? If so we could avoid this check.
347 if !valid(elem) {
351 op(nil, state, elem)
388 elem := iv.Elem()
389 if elem.Kind() == reflect.Ptr && elem.IsNil()
    [all...]
  /prebuilts/go/linux-x86/src/vendor/golang_org/x/crypto/cryptobyte/
asn1.go 245 var bigIntType = reflect.TypeOf((*big.Int)(nil)).Elem()
254 switch reflect.ValueOf(out).Elem().Kind() {
257 if !s.readASN1Int64(&i) || reflect.ValueOf(out).Elem().OverflowInt(i) {
260 reflect.ValueOf(out).Elem().SetInt(i)
264 if !s.readASN1Uint64(&u) || reflect.ValueOf(out).Elem().OverflowUint(u) {
267 reflect.ValueOf(out).Elem().SetUint(u)
270 if reflect.TypeOf(out).Elem() == bigIntType {
596 switch reflect.ValueOf(out).Elem().Kind() {
599 reflect.ValueOf(out).Elem().Set(reflect.ValueOf(defaultValue))
601 if reflect.TypeOf(out).Elem() != bigIntType
    [all...]

Completed in 725 milliseconds

1 2 3 45 6 7 8 91011>>