/external/clang/lib/Analysis/ |
ScanfFormatString.cpp | 239 return ArgType::PtrTo(Ctx.IntTy); 241 return ArgType::PtrTo(ArgType::AnyCharTy); 243 return ArgType::PtrTo(Ctx.ShortTy); 245 return ArgType::PtrTo(Ctx.LongTy); 248 return ArgType::PtrTo(Ctx.LongLongTy); 250 return ArgType::PtrTo(ArgType(Ctx.LongLongTy, "__int64")); 252 return ArgType::PtrTo(ArgType(Ctx.getIntMaxType(), "intmax_t")); 257 return ArgType::PtrTo(ArgType(Ctx.getPointerDiffType(), "ptrdiff_t")); 260 return ArgType::PtrTo(Ctx.LongLongTy); 278 return ArgType::PtrTo(Ctx.UnsignedIntTy) [all...] |
PrintfFormatString.cpp | 489 return ArgType::PtrTo(Ctx.IntTy); 491 return ArgType::PtrTo(Ctx.SignedCharTy); 493 return ArgType::PtrTo(Ctx.ShortTy); 495 return ArgType::PtrTo(Ctx.LongTy); 498 return ArgType::PtrTo(Ctx.LongLongTy); 500 return ArgType::PtrTo(ArgType(Ctx.getIntMaxType(), "intmax_t")); 504 return ArgType::PtrTo(ArgType(Ctx.getPointerDiffType(), "ptrdiff_t"));
|
/prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/ |
rewritedec.go | 117 // result: (ComplexMake (Load <config.fe.TypeFloat32()> ptr mem) (Load <config.fe.TypeFloat32()> (OffPtr <config.fe.TypeFloat32().PtrTo()> [4] ptr) mem) ) 131 v2 := b.NewValue0(v.Line, OpOffPtr, config.fe.TypeFloat32().PtrTo()) 141 // result: (ComplexMake (Load <config.fe.TypeFloat64()> ptr mem) (Load <config.fe.TypeFloat64()> (OffPtr <config.fe.TypeFloat64().PtrTo()> [8] ptr) mem) ) 155 v2 := b.NewValue0(v.Line, OpOffPtr, config.fe.TypeFloat64().PtrTo()) 165 // result: (StringMake (Load <config.fe.TypeBytePtr()> ptr mem) (Load <config.fe.TypeInt()> (OffPtr <config.fe.TypeInt().PtrTo()> [config.PtrSize] ptr) mem)) 179 v2 := b.NewValue0(v.Line, OpOffPtr, config.fe.TypeInt().PtrTo()) 189 // result: (SliceMake (Load <t.ElemType().PtrTo()> ptr mem) (Load <config.fe.TypeInt()> (OffPtr <config.fe.TypeInt().PtrTo()> [config.PtrSize] ptr) mem) (Load <config.fe.TypeInt()> (OffPtr <config.fe.TypeInt().PtrTo()> [2*config.PtrSize] ptr) mem)) 198 v0 := b.NewValue0(v.Line, OpLoad, t.ElemType().PtrTo()) [all...] |
writebarrier.go | 72 wbaddr = f.Entry.NewValue1A(initln, OpAddr, f.Config.fe.TypeUInt32().PtrTo(), wbsym, sb) 252 tmpaddr := b.NewValue1A(line, OpAddr, t.PtrTo(), aux, sp) 264 arg := b.NewValue1I(line, OpOffPtr, taddr.Type.PtrTo(), off, sp) 270 arg := b.NewValue1I(line, OpOffPtr, ptr.Type.PtrTo(), off, sp) 276 arg = b.NewValue1I(line, OpOffPtr, val.Type.PtrTo(), off, sp)
|
type.go | 33 PtrTo() Type // given T, return *T 77 func (t *CompilerType) PtrTo() Type { panic("not implemented") } 110 func (t *TupleType) PtrTo() Type { panic("not implemented") }
|
export_test.go | 43 return LocalSlot{s.N, s.Type.ElemType().PtrTo(), s.Off},
|
type_test.go | 47 func (t *TypeImpl) PtrTo() Type { return TypeBytePtr }
|
rewritedec64.go | 788 // result: (Int64Make (Load <config.fe.TypeInt32()> (OffPtr <config.fe.TypeInt32().PtrTo()> [4] ptr) mem) (Load <config.fe.TypeUInt32()> ptr mem)) 798 v1 := b.NewValue0(v.Line, OpOffPtr, config.fe.TypeInt32().PtrTo()) 812 // result: (Int64Make (Load <config.fe.TypeUInt32()> (OffPtr <config.fe.TypeUInt32().PtrTo()> [4] ptr) mem) (Load <config.fe.TypeUInt32()> ptr mem)) 822 v1 := b.NewValue0(v.Line, OpOffPtr, config.fe.TypeUInt32().PtrTo()) 836 // result: (Int64Make (Load <config.fe.TypeInt32()> ptr mem) (Load <config.fe.TypeUInt32()> (OffPtr <config.fe.TypeUInt32().PtrTo()> [4] ptr) mem)) 850 v2 := b.NewValue0(v.Line, OpOffPtr, config.fe.TypeUInt32().PtrTo()) 860 // result: (Int64Make (Load <config.fe.TypeUInt32()> ptr mem) (Load <config.fe.TypeUInt32()> (OffPtr <config.fe.TypeUInt32().PtrTo()> [4] ptr) mem)) 874 v2 := b.NewValue0(v.Line, OpOffPtr, config.fe.TypeUInt32().PtrTo()) [all...] |
rewritegeneric.go | 1427 // result: (SliceMake (Arg <v.Type.ElemType().PtrTo()> {n} [off]) (Arg <config.fe.TypeInt()> {n} [off+config.PtrSize]) (Arg <config.fe.TypeInt()> {n} [off+2*config.PtrSize])) 1435 v0 := b.NewValue0(v.Line, OpArg, v.Type.ElemType().PtrTo()) [all...] |
/prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/ |
rewritedec.go | 117 // result: (ComplexMake (Load <config.fe.TypeFloat32()> ptr mem) (Load <config.fe.TypeFloat32()> (OffPtr <config.fe.TypeFloat32().PtrTo()> [4] ptr) mem) ) 131 v2 := b.NewValue0(v.Line, OpOffPtr, config.fe.TypeFloat32().PtrTo()) 141 // result: (ComplexMake (Load <config.fe.TypeFloat64()> ptr mem) (Load <config.fe.TypeFloat64()> (OffPtr <config.fe.TypeFloat64().PtrTo()> [8] ptr) mem) ) 155 v2 := b.NewValue0(v.Line, OpOffPtr, config.fe.TypeFloat64().PtrTo()) 165 // result: (StringMake (Load <config.fe.TypeBytePtr()> ptr mem) (Load <config.fe.TypeInt()> (OffPtr <config.fe.TypeInt().PtrTo()> [config.PtrSize] ptr) mem)) 179 v2 := b.NewValue0(v.Line, OpOffPtr, config.fe.TypeInt().PtrTo()) 189 // result: (SliceMake (Load <t.ElemType().PtrTo()> ptr mem) (Load <config.fe.TypeInt()> (OffPtr <config.fe.TypeInt().PtrTo()> [config.PtrSize] ptr) mem) (Load <config.fe.TypeInt()> (OffPtr <config.fe.TypeInt().PtrTo()> [2*config.PtrSize] ptr) mem)) 198 v0 := b.NewValue0(v.Line, OpLoad, t.ElemType().PtrTo()) [all...] |
writebarrier.go | 72 wbaddr = f.Entry.NewValue1A(initln, OpAddr, f.Config.fe.TypeUInt32().PtrTo(), wbsym, sb) 252 tmpaddr := b.NewValue1A(line, OpAddr, t.PtrTo(), aux, sp) 264 arg := b.NewValue1I(line, OpOffPtr, taddr.Type.PtrTo(), off, sp) 270 arg := b.NewValue1I(line, OpOffPtr, ptr.Type.PtrTo(), off, sp) 276 arg = b.NewValue1I(line, OpOffPtr, val.Type.PtrTo(), off, sp)
|
type.go | 33 PtrTo() Type // given T, return *T 77 func (t *CompilerType) PtrTo() Type { panic("not implemented") } 110 func (t *TupleType) PtrTo() Type { panic("not implemented") }
|
export_test.go | 43 return LocalSlot{s.N, s.Type.ElemType().PtrTo(), s.Off},
|
type_test.go | 47 func (t *TypeImpl) PtrTo() Type { return TypeBytePtr }
|
rewritedec64.go | 788 // result: (Int64Make (Load <config.fe.TypeInt32()> (OffPtr <config.fe.TypeInt32().PtrTo()> [4] ptr) mem) (Load <config.fe.TypeUInt32()> ptr mem)) 798 v1 := b.NewValue0(v.Line, OpOffPtr, config.fe.TypeInt32().PtrTo()) 812 // result: (Int64Make (Load <config.fe.TypeUInt32()> (OffPtr <config.fe.TypeUInt32().PtrTo()> [4] ptr) mem) (Load <config.fe.TypeUInt32()> ptr mem)) 822 v1 := b.NewValue0(v.Line, OpOffPtr, config.fe.TypeUInt32().PtrTo()) 836 // result: (Int64Make (Load <config.fe.TypeInt32()> ptr mem) (Load <config.fe.TypeUInt32()> (OffPtr <config.fe.TypeUInt32().PtrTo()> [4] ptr) mem)) 850 v2 := b.NewValue0(v.Line, OpOffPtr, config.fe.TypeUInt32().PtrTo()) 860 // result: (Int64Make (Load <config.fe.TypeUInt32()> ptr mem) (Load <config.fe.TypeUInt32()> (OffPtr <config.fe.TypeUInt32().PtrTo()> [4] ptr) mem)) 874 v2 := b.NewValue0(v.Line, OpOffPtr, config.fe.TypeUInt32().PtrTo()) [all...] |
rewritegeneric.go | 1427 // result: (SliceMake (Arg <v.Type.ElemType().PtrTo()> {n} [off]) (Arg <config.fe.TypeInt()> {n} [off+config.PtrSize]) (Arg <config.fe.TypeInt()> {n} [off+2*config.PtrSize])) 1435 v0 := b.NewValue0(v.Line, OpArg, v.Type.ElemType().PtrTo()) [all...] |
/external/clang/include/clang/Analysis/Analyses/ |
FormatString.h | 259 static ArgType PtrTo(const ArgType& A) {
|
/prebuilts/go/darwin-x86/src/encoding/json/ |
encode.go | 393 if reflect.PtrTo(t).Implements(marshalerType) { 402 if reflect.PtrTo(t).Implements(textMarshalerType) { 747 p := reflect.PtrTo(t.Elem()) [all...] |
decode.go | 632 if !reflect.PtrTo(t.Key()).Implements(textUnmarshalerType) { 744 case reflect.PtrTo(kt).Implements(textUnmarshalerType): [all...] |
/prebuilts/go/darwin-x86/src/text/template/ |
exec.go | 722 case reflect.PtrTo(value.Type()).AssignableTo(typ) && value.CanAddr(): 919 if v.CanAddr() && (reflect.PtrTo(v.Type()).Implements(errorType) || reflect.PtrTo(v.Type()).Implements(fmtStringerType)) {
|
/prebuilts/go/linux-x86/src/encoding/json/ |
encode.go | 393 if reflect.PtrTo(t).Implements(marshalerType) { 402 if reflect.PtrTo(t).Implements(textMarshalerType) { 747 p := reflect.PtrTo(t.Elem()) [all...] |
/prebuilts/go/linux-x86/src/text/template/ |
exec.go | 722 case reflect.PtrTo(value.Type()).AssignableTo(typ) && value.CanAddr(): 919 if v.CanAddr() && (reflect.PtrTo(v.Type()).Implements(errorType) || reflect.PtrTo(v.Type()).Implements(fmtStringerType)) {
|
/prebuilts/go/darwin-x86/src/reflect/ |
all_test.go | [all...] |
/prebuilts/go/linux-x86/src/reflect/ |
all_test.go | [all...] |
/build/soong/android/ |
arch.go | 379 field.Type = reflect.PtrTo(nestedType) 393 ret = reflect.PtrTo(ret)
|