Home
last modified time | relevance | path

Searched defs:ip (Results 1 – 25 of 148) sorted by relevance

123456

/llvm-project/clang/test/CXX/expr/expr.unary/expr.new/
H A Dp20.cpp10 int *ip = I; // expected-error{{cannot initialize}} in operator delete() local
25 int *ip = I; // expected-error{{cannot initialize}} in operator delete() local
42 int *ip = I; // expected-error{{cannot initialize}} in operator delete() local
61 int *ip = &x; // expected-error{{cannot initialize}} in operator delete() local
78 int *ip = &x; // expected-error{{cannot initialize}} in operator delete() local
106 int *ip = I; // expected-error{{cannot initialize}} in operator delete() local
119 int *ip = &x; // expected-error{{cannot initialize}} in operator delete() local
H A Dp19.cpp14 int *ip = I; // expected-error{{cannot initialize}} in operator delete() local
36 int *ip = I; // expected-error{{cannot initialize}} in operator delete[]() local
/llvm-project/clang/test/SemaCXX/
H A Ddelete-and-function-templates.cpp20 int *ip = g(3); in foo() local
32 …int *ip = g(3.14); // this is OK - because the explicit specialization is deleted and sfinae's out… in foo() local
46 double *ip = g(3.14); //expected-error{{ambiguous}} in foo() local
64 int *ip = g(3); //expected-error{{ambiguous}} in foo() local
80 int *ip = g(3); //expected-error{{ambiguous}} in foo() local
102 int *ip = g1(3, 3); //expected-error{{ambiguous}} in foo() local
H A Dscope-check.cpp45 int f(void **ip) { in f()
60 int f(void **ip) { in f()
77 int f(void **ip) { in f()
95 int f(void **ip) { in f()
115 unsigned f(unsigned s0, unsigned s1, void **ip) { in f()
225 void f(void **ip) { in f()
238 void f(void **ip) { in f()
254 void f(void **ip) { in f()
268 void f(void **ip) { in f()
602 void indirect_jumps(void **ip) { in indirect_jumps()
/llvm-project/mlir/python/mlir/dialects/transform/
H A Dstructured.py45 ip=None, argument
73 def __init__(self, target: Union[Operation, Value], *, loc=None, ip=None): argument
91 ip=None, argument
102 ip=None, argument
114 ip=None, argument
147 __init__(self, target: Union[Operation, Value], *, loc=None, ip=None) global() argument
162 __init__( self, target: Union[Operation, Value], *, iterator_interchange: OptionalIntList = None, loc=None, ip=None, ) global() argument
188 __init__( self, forall_op_type: Type, tiled_op_type: Type, target: Union[Operation, OpView, Value], *, total_num_threads: Union[int, IntegerAttr], desired_bit_alignment: Union[int, IntegerAttr], loc=None, ip=None, ) global() argument
200 __init__( self, target: Union[Operation, OpView, Value], *, total_num_threads: Union[int, IntegerAttr], desired_bit_alignment: Union[int, IntegerAttr], loc=None, ip=None, ) global() argument
213 __init__( self, forall_op_type_or_target: Union[Operation, OpView, Type, Value], tiled_op_type_or_none: Optional[Type] = None, target_or_none: Optional[Union[Operation, OpView, Value]] = None, *, total_num_threads: Union[int, IntegerAttr], desired_bit_alignment: Union[int, IntegerAttr], loc=None, ip=None, ) global() argument
248 __init__( self, target: Union[Operation, OpView, Value], vector_sizes: Optional[Union[DynamicIndexList, ArrayAttr]] = None, *, vectorize_nd_extract: Optional[bool] = None, scalable_sizes: OptionalBoolList = None, static_vector_sizes: OptionalIntList = None, loc=None, ip=None, ) global() argument
293 match_op_names( cls, target: Union[Operation, Value], names: Union[str, Sequence[str]], *, loc=None, ip=None, ) global() argument
306 match_op_names( cls, result_type: Type, target: Union[Operation, Value], names: Union[str, Sequence[str]], *, loc=None, ip=None, ) global() argument
318 match_op_names( cls, result_type_or_target: Union[Type, Operation, Value], target_or_names: Union[Operation, Value, Sequence[str], str], names_or_none: Optional[Union[Sequence[str], str]] = None, *, loc=None, ip=None, ) global() argument
354 __init__( self, result_type: Type, target: Union[Operation, Value], *, dimension: Union[int, IntegerAttr], target_size: Union[int, IntegerAttr], divisor: Optional[Optional[Union[int, IntegerAttr]]] = None, loc=None, ip=None, ) global() argument
386 __init__( self, target: Union[Operation, OpView, Value], *, pad_to_multiple_of: Optional[Union[DynamicIndexList, ArrayAttr]] = None, padding_values: Optional[Union[ArrayAttr, Sequence[Attribute]]] = None, padding_dimensions: OptionalIntList = None, pack_paddings: OptionalIntList = None, transpose_paddings: Optional[ Union[ArrayAttr, Sequence[Union[ArrayAttr, IntOrAttrList]]] ] = None, copy_back_op: Optional[Union[str, StringAttr]] = None, loc=None, ip=None, ) global() argument
422 __init__(self, target: Union[Operation, Value], *, loc=None, ip=None) global() argument
438 __init__( self, target: Union[Operation, Value], dimension: Union[int, Attribute], chunk_sizes: Union[int, Operation, Value, Attribute], *, loc=None, ip=None, ) global() argument
472 __init__( self, loop_types: Union[Type, List[Type]], target: Union[Operation, Value], *, sizes: Optional[Union[DynamicIndexList, ArrayAttr]] = None, interchange: OptionalIntList = None, loc=None, ip=None, ) global() argument
484 __init__( self, target: Union[Operation, Value, OpView], *, sizes: Optional[Union[DynamicIndexList, ArrayAttr]] = None, interchange: OptionalIntList = None, loc=None, ip=None, ) global() argument
496 __init__( self, loop_types_or_target: Union[Type, List[Type], Operation, Value], target_or_none: Optional[Union[Operation, Value, OpView]] = None, *, sizes: Optional[Union[DynamicIndexList, ArrayAttr]] = None, interchange: OptionalIntList = None, loc=None, ip=None, ) global() argument
548 __init__( self, loops_type: Type, tiled_op_type: Type, target: Union[Operation, Value, OpView], *, num_threads: Optional[MixedValues] = None, tile_sizes: MixedValues = None, mapping=None, loc=None, ip=None, ) global() argument
561 __init__( self, target: Union[Operation, Value, OpView], *, num_threads: Optional[MixedValues] = None, tile_sizes: MixedValues = None, mapping=None, loc=None, ip=None, ) global() argument
577 __init__( self, loops_type_or_target: Union[ Type, Union[Operation, Value, OpView] ], tiled_op_type_or_none: Optional[Type] = None, target_or_none: Optional[Union[Operation, Value, OpView]] = None, *, num_threads: MixedValues = None, tile_sizes: MixedValues = None, mapping=None, loc=None, ip=None, ) global() argument
639 __init__( self, target: Union[Operation, Value], *, disable_multi_reduction_to_contract_patterns: bool = False, disable_transfer_permutation_map_lowering_patterns: bool = False, vectorize_nd_extract: bool = False, vectorize_padding: bool = False, loc=None, ip=None, ) global() argument
[all...]
H A Dmemref.py30 ip=None, argument
35 def __init__(self, alloca: Union[Operation, OpView, Value], *, loc=None, ip=None): argument
45 ip=None, argument
78 ip=None, argument
90 ip=None, argument
102 ip=None, argument
H A Dbufferization.py30 ip=None, argument
35 def __init__(self, target: Union[Operation, OpView, Value], *, loc=None, ip=None): argument
44 ip=None, argument
79 ip=None, argument
96 ip=None, argument
113 ip=None, argument
H A Dgpu.py31 ip=None, argument
43 ip=None, argument
55 ip=None, argument
88 ip=None, argument
101 ip=None, argument
114 ip=None, argument
H A Dloop.py31 ip=None, argument
60 ip=None, argument
93 ip=None, argument
119 ip=None, argument
H A Dtensor.py30 ip=None, argument
41 ip=None, argument
52 ip=None, argument
H A D__init__.py32 ip=None, argument
44 ip=None, argument
66 ip=None, argument
88 ip=None, argument
106 ip=None, argument
210 ip=None, argument
H A Dpdl.py30 ip=None, argument
43 def __init__(self, target: Union[Operation, Value, Type], *, loc=None, ip=None): argument
/llvm-project/clang/test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.call/
H A Dbasic.cpp7 void test_f0(int *ip, float const *cfp) { in test_f0()
14 void test_f1(int *ip, float fv) { in test_f1()
25 void test_f2(int *ip, float *fp) { in test_f2()
H A Dp1-0x.cpp35 void test_simple_deduction(int *ip, float *fp, double *dp) { in test_simple_deduction()
48 void test_simple_ref_deduction(int *ip, float *fp, double *dp) { in test_simple_ref_deduction()
62 void test_pair_deduction(int *ip, float *fp, double *dp) { in test_pair_deduction()
/llvm-project/clang/test/Preprocessor/
H A Dpragma_assume_nonnull.c7 int bar(int * ip) { return *ip; } in bar()
12 int foo(int * _Nonnull ip) { return *ip; } in foo()
/llvm-project/mlir/python/mlir/dialects/
H A Dpdl.py35 ip=None, argument
51 ip=None, argument
67 ip=None, argument
86 ip=None, argument
118 ip=None, argument
144 ip=None, argument
164 ip=None, argument
182 ip=None, argument
209 self, constantType: Optional[Union[TypeAttr, Type]] = None, *, loc=None, ip=None argument
224 ip=None, argument
H A Darith.py49 def __init__(self, value: Attribute, *, loc=None, ip=None): argument
54 self, result: Type, value: Union[int, float, _array], *, loc=None, ip=None argument
58 def __init__(self, result, value, *, loc=None, ip=None): argument
83 def create_index(cls, value: int, *, loc=None, ip=None): argument
108 result: Type, value: Union[int, float, Attribute, _array], *, loc=None, ip=None argument
H A Dbuiltin.py22 def __init__(self, *, loc=None, ip=None): argument
38 ip=None, argument
H A Dscf.py35 ip=None, argument
78 def __init__(self, cond, results_=None, *, hasElse=False, loc=None, ip=None): argument
113 ip=None, argument
/llvm-project/clang/test/CXX/temp/temp.spec/temp.explicit/
H A Dp9.cpp31 int *&test(X0<int*> xi, int *ip) { in test()
51 void test_f0(int *ip, float *fp) { in test_f0()
56 void test_f1(int *ip, float *fp) { in test_f1()
H A Dp9-linkage.cpp31 int *&test(X0<int*> xi, int *ip) { in test()
54 void test_f0(int *ip, float *fp) { in test_f0()
61 void test_f1(int *ip, float *fp) { in test_f1()
/llvm-project/clang/test/SemaTemplate/
H A Dnested-name-spec-template.cpp21 Promote<short>::type *ret_intptr(int* ip) { return ip; } in ret_intptr()
22 Promote<int>::type *ret_intptr2(int* ip) { return ip; } in ret_intptr2()
25 M::Promote<int>::type *ret_intptr3(int* ip) { return ip; } in ret_intptr3()
26 M::template Promote<int>::type *ret_intptr4(int* ip) { return ip; } in ret_intptr4()
37 N::M::Promote<int>::type *ret_intptr5(int* ip) { return ip; } in ret_intptr5()
38 ::N::M::Promote<int>::type *ret_intptr6(int* ip) { return ip; } in ret_intptr6()
H A Dambiguous-ovl-print.cpp7 void test_f(int *ip, int i) { in test_f()
/llvm-project/clang/test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.conv/
H A Dp3.cpp11 int* const ip = ap; in test_cvquals() local
18 const int* const &ip = ap; in test_ref_arg() local
/llvm-project/clang/test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.partial/
H A Dp11.cpp7 int *ip = f<int>(1); // calls #1 in g() local
21 int* ip = f2<int>(1); in g2() local

123456