/external/stg/test_cases/diff_tests/describe/expected/ |
D | types_c.btf_btf_small | 1 function symbol changed from 'int N()' to 'int(* N())[7]' 2 type changed from 'int()' to 'int(*())[7]' 3 return type changed from 'int' to 'int(*)[7]' 5 function symbol changed from 'int O()' to 'int* O()' 6 type changed from 'int()' to 'int*()' 7 return type changed from 'int' to 'int*' 9 function symbol changed from 'int P()' to 'int(* P())()' 10 type changed from 'int()' to 'int(*())()' 11 return type changed from 'int' to 'int(*)()' 13 function symbol changed from 'int n()' to 'volatile int(* n())[7]' [all …]
|
D | types_c.btf_btf_flat | 1 function symbol changed from 'int N()' to 'int(* N())[7]' 2 type changed from 'int()' to 'int(*())[7]' 3 return type changed from 'int' to 'int(*)[7]' 5 function symbol changed from 'int O()' to 'int* O()' 6 type changed from 'int()' to 'int*()' 7 return type changed from 'int' to 'int*' 9 function symbol changed from 'int P()' to 'int(* P())()' 10 type changed from 'int()' to 'int(*())()' 11 return type changed from 'int' to 'int(*)()' 13 function symbol 'struct amusement* fun()' changed [all …]
|
D | types_c.o_o_flat | 1 function symbol changed from 'int N()' to 'int(* N())[7]' 2 type changed from 'int()' to 'int(*())[7]' 3 return type changed from 'int' to 'int(*)[7]' 5 function symbol changed from 'int O()' to 'int* O()' 6 type changed from 'int()' to 'int*()' 7 return type changed from 'int' to 'int*' 9 function symbol changed from 'int P()' to 'int(* P())()' 10 type changed from 'int()' to 'int(*())()' 11 return type changed from 'int' to 'int(*)()' 13 function symbol 'struct amusement* fun()' changed [all …]
|
D | types_c.btf_btf_plain | 1 function symbol changed from 'int N()' to 'int(* N())[7]' 2 type changed from 'int()' to 'int(*())[7]' 3 return type changed from 'int' to 'int(*)[7]' 5 function symbol changed from 'int O()' to 'int* O()' 6 type changed from 'int()' to 'int*()' 7 return type changed from 'int' to 'int*' 9 function symbol changed from 'int P()' to 'int(* P())()' 10 type changed from 'int()' to 'int(*())()' 11 return type changed from 'int' to 'int(*)()' 13 function symbol 'struct amusement* fun()' changed [all …]
|
D | types_c.o_o_plain | 1 function symbol changed from 'int N()' to 'int(* N())[7]' 2 type changed from 'int()' to 'int(*())[7]' 3 return type changed from 'int' to 'int(*)[7]' 5 function symbol changed from 'int O()' to 'int* O()' 6 type changed from 'int()' to 'int*()' 7 return type changed from 'int' to 'int*' 9 function symbol changed from 'int P()' to 'int(* P())()' 10 type changed from 'int()' to 'int(*())()' 11 return type changed from 'int' to 'int(*)()' 13 function symbol 'struct amusement* fun()' changed [all …]
|
D | types_c.o_o_small | 1 function symbol changed from 'int N()' to 'int(* N())[7]' 2 type changed from 'int()' to 'int(*())[7]' 3 return type changed from 'int' to 'int(*)[7]' 5 function symbol changed from 'int O()' to 'int* O()' 6 type changed from 'int()' to 'int*()' 7 return type changed from 'int' to 'int*' 9 function symbol changed from 'int P()' to 'int(* P())()' 10 type changed from 'int()' to 'int(*())()' 11 return type changed from 'int' to 'int(*)()' 13 function symbol changed from 'int n()' to 'volatile int(* n())[7]' [all …]
|
/external/llvm/lib/Transforms/Utils/ |
D | BuildLibCalls.cpp | 114 bool Changed = false; in inferLibFuncAttributes() local 117 Changed |= setOnlyReadsMemory(F); in inferLibFuncAttributes() 118 Changed |= setDoesNotThrow(F); in inferLibFuncAttributes() 119 Changed |= setDoesNotCapture(F, 1); in inferLibFuncAttributes() 120 return Changed; in inferLibFuncAttributes() 123 Changed |= setOnlyReadsMemory(F); in inferLibFuncAttributes() 124 Changed |= setDoesNotThrow(F); in inferLibFuncAttributes() 125 return Changed; in inferLibFuncAttributes() 133 Changed |= setDoesNotThrow(F); in inferLibFuncAttributes() 134 Changed |= setDoesNotCapture(F, 2); in inferLibFuncAttributes() [all …]
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
D | BuildLibCalls.cpp | 152 bool Changed = false; in inferLibFuncAttributes() local 155 Changed |= setDoesNotFreeMemory(F); in inferLibFuncAttributes() 158 Changed |= setNonLazyBind(F); in inferLibFuncAttributes() 163 Changed |= setOnlyReadsMemory(F); in inferLibFuncAttributes() 164 Changed |= setDoesNotThrow(F); in inferLibFuncAttributes() 165 Changed |= setOnlyAccessesArgMemory(F); in inferLibFuncAttributes() 166 Changed |= setDoesNotCapture(F, 0); in inferLibFuncAttributes() 167 return Changed; in inferLibFuncAttributes() 170 Changed |= setOnlyReadsMemory(F); in inferLibFuncAttributes() 171 Changed |= setDoesNotThrow(F); in inferLibFuncAttributes() [all …]
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Utils/ |
D | BuildLibCalls.cpp | 159 bool Changed = false; in setArgsNoUndef() local 164 Changed = true; in setArgsNoUndef() 167 return Changed; in setArgsNoUndef() 267 bool Changed = false; in inferNonMandatoryLibFuncAttrs() local 270 Changed |= setNonLazyBind(F); in inferNonMandatoryLibFuncAttrs() 276 Changed |= setOnlyReadsMemory(F); in inferNonMandatoryLibFuncAttrs() 277 Changed |= setDoesNotThrow(F); in inferNonMandatoryLibFuncAttrs() 278 Changed |= setOnlyAccessesArgMemory(F); in inferNonMandatoryLibFuncAttrs() 279 Changed |= setWillReturn(F); in inferNonMandatoryLibFuncAttrs() 280 Changed |= setDoesNotCapture(F, 0); in inferNonMandatoryLibFuncAttrs() [all …]
|
/external/stg/test_cases/diff_tests/types/expected/ |
D | pointer_reference_cc.o_o_flat | 1 variable symbol 'struct foo b' changed 2 type 'struct foo' changed 4 variable symbol 'struct foo* c' changed 5 type 'struct foo*' changed 6 pointed-to type 'struct foo' changed 8 variable symbol 'struct foo& d' changed 9 type 'struct foo&' changed 10 referred-to type 'struct foo' changed 12 variable symbol 'struct foo** e' changed 13 type 'struct foo**' changed [all …]
|
D | pointer_reference_cc.o_o_plain | 1 variable symbol 'struct foo b' changed 2 type 'struct foo' changed 3 byte size changed from 4 to 8 4 member changed from 'int x' to 'long x' 5 type changed from 'int' to 'long' 7 variable symbol 'struct foo* c' changed 8 type 'struct foo*' changed 9 pointed-to type 'struct foo' changed 12 variable symbol 'struct foo& d' changed 13 type 'struct foo&' changed [all …]
|
/external/stg/test_cases/diff_tests/composite/expected/ |
D | method_order_cc.o_o_flat | 1 function symbol 'void S::w(struct S*)' {_ZN1S1wEv} changed 2 type 'void(struct S*)' changed 3 parameter 1 type 'struct S*' changed 4 pointed-to type 'struct S' changed 6 function symbol 'void S::x(struct S*)' {_ZN1S1xEv} changed 7 type 'void(struct S*)' changed 8 parameter 1 type 'struct S*' changed 9 pointed-to type 'struct S' changed 11 function symbol 'void S::y(struct S*)' {_ZN1S1yEv} changed 12 type 'void(struct S*)' changed [all …]
|
D | method_order_cc.o_o_plain | 1 function symbol 'void S::w(struct S*)' {_ZN1S1wEv} changed 2 type 'void(struct S*)' changed 3 parameter 1 type 'struct S*' changed 4 pointed-to type 'struct S' changed 5 method 'void z(struct S*)' changed 6 type 'void(struct S*)' changed 7 parameter 1 type 'struct S*' changed 8 pointed-to type 'struct S' changed 10 method 'void x(struct S*)' changed 11 vtable offset changed from 2 to 1 [all …]
|
D | forward_c.o_o_flat | 1 function symbol 'int f1(enum E*, enum F*, struct S*, struct T*, union U*, union V*)' changed 2 type 'int(enum E*, enum F*, struct S*, struct T*, union U*, union V*)' changed 3 parameter 1 type 'enum E*' changed 4 pointed-to type 'enum E' changed 5 parameter 2 type 'enum F*' changed 6 pointed-to type 'enum F' changed 7 parameter 3 type 'struct S*' changed 8 pointed-to type 'struct S' changed 9 parameter 4 type 'struct T*' changed 10 pointed-to type 'struct T' changed [all …]
|
D | forward_c.btf_btf_flat | 1 function symbol 'int f1(enum E*, enum F*, struct S*, struct T*, union U*, union V*)' changed 2 type 'int(enum E*, enum F*, struct S*, struct T*, union U*, union V*)' changed 3 parameter 1 type 'enum E*' changed 4 pointed-to type 'enum E' changed 5 parameter 2 type 'enum F*' changed 6 pointed-to type 'enum F' changed 7 parameter 3 type 'struct S*' changed 8 pointed-to type 'struct S' changed 9 parameter 4 type 'struct T*' changed 10 pointed-to type 'struct T' changed [all …]
|
/external/cronet/stable/third_party/boringssl/src/crypto/fipsmodule/cmac/ |
D | cavp_aes128_cmac_tests.txt | 14 Result = F (3 - MAC changed) 23 Result = F (4 - Key or Key1 changed) 41 Result = F (2 - Key or Key2 changed) 50 Result = F (1 - MAC changed - for 0-len msg) 59 Result = F (4 - Key or Key1 changed) 68 Result = F (1 - MAC changed - for 0-len msg) 86 Result = F (2 - Key or Key2 changed) 95 Result = F (3 - MAC changed) 104 Result = F (1 - MAC changed - for 0-len msg) 122 Result = F (3 - MAC changed) [all …]
|
D | cavp_aes256_cmac_tests.txt | 23 Result = F (2 - Key or Key2 changed) 32 Result = F (1 - MAC changed - for 0-len msg) 41 Result = F (3 - MAC changed) 50 Result = F (4 - Key or Key1 changed) 68 Result = F (1 - MAC changed - for 0-len msg) 77 Result = F (3 - MAC changed) 86 Result = F (2 - Key or Key2 changed) 95 Result = F (4 - Key or Key1 changed) 104 Result = F (3 - MAC changed) 122 Result = F (4 - Key or Key1 changed) [all …]
|
D | cavp_aes192_cmac_tests.txt | 25 Result = F (2 - Key or Key2 changed) 34 Result = F (1 - MAC changed - for 0-len msg) 43 Result = F (3 - MAC changed) 52 Result = F (4 - Key or Key1 changed) 61 Result = F (3 - MAC changed) 70 Result = F (4 - Key or Key1 changed) 79 Result = F (1 - MAC changed - for 0-len msg) 97 Result = F (2 - Key or Key2 changed) 106 Result = F (2 - Key or Key2 changed) 124 Result = F (1 - MAC changed - for 0-len msg) [all …]
|
/external/cronet/tot/third_party/boringssl/src/crypto/fipsmodule/cmac/ |
D | cavp_aes256_cmac_tests.txt | 23 Result = F (2 - Key or Key2 changed) 32 Result = F (1 - MAC changed - for 0-len msg) 41 Result = F (3 - MAC changed) 50 Result = F (4 - Key or Key1 changed) 68 Result = F (1 - MAC changed - for 0-len msg) 77 Result = F (3 - MAC changed) 86 Result = F (2 - Key or Key2 changed) 95 Result = F (4 - Key or Key1 changed) 104 Result = F (3 - MAC changed) 122 Result = F (4 - Key or Key1 changed) [all …]
|
D | cavp_aes128_cmac_tests.txt | 14 Result = F (3 - MAC changed) 23 Result = F (4 - Key or Key1 changed) 41 Result = F (2 - Key or Key2 changed) 50 Result = F (1 - MAC changed - for 0-len msg) 59 Result = F (4 - Key or Key1 changed) 68 Result = F (1 - MAC changed - for 0-len msg) 86 Result = F (2 - Key or Key2 changed) 95 Result = F (3 - MAC changed) 104 Result = F (1 - MAC changed - for 0-len msg) 122 Result = F (3 - MAC changed) [all …]
|
D | cavp_aes192_cmac_tests.txt | 25 Result = F (2 - Key or Key2 changed) 34 Result = F (1 - MAC changed - for 0-len msg) 43 Result = F (3 - MAC changed) 52 Result = F (4 - Key or Key1 changed) 61 Result = F (3 - MAC changed) 70 Result = F (4 - Key or Key1 changed) 79 Result = F (1 - MAC changed - for 0-len msg) 97 Result = F (2 - Key or Key2 changed) 106 Result = F (2 - Key or Key2 changed) 124 Result = F (1 - MAC changed - for 0-len msg) [all …]
|
/external/boringssl/src/crypto/fipsmodule/cmac/ |
D | cavp_aes256_cmac_tests.txt | 23 Result = F (2 - Key or Key2 changed) 32 Result = F (1 - MAC changed - for 0-len msg) 41 Result = F (3 - MAC changed) 50 Result = F (4 - Key or Key1 changed) 68 Result = F (1 - MAC changed - for 0-len msg) 77 Result = F (3 - MAC changed) 86 Result = F (2 - Key or Key2 changed) 95 Result = F (4 - Key or Key1 changed) 104 Result = F (3 - MAC changed) 122 Result = F (4 - Key or Key1 changed) [all …]
|
D | cavp_aes128_cmac_tests.txt | 14 Result = F (3 - MAC changed) 23 Result = F (4 - Key or Key1 changed) 41 Result = F (2 - Key or Key2 changed) 50 Result = F (1 - MAC changed - for 0-len msg) 59 Result = F (4 - Key or Key1 changed) 68 Result = F (1 - MAC changed - for 0-len msg) 86 Result = F (2 - Key or Key2 changed) 95 Result = F (3 - MAC changed) 104 Result = F (1 - MAC changed - for 0-len msg) 122 Result = F (3 - MAC changed) [all …]
|
D | cavp_aes192_cmac_tests.txt | 25 Result = F (2 - Key or Key2 changed) 34 Result = F (1 - MAC changed - for 0-len msg) 43 Result = F (3 - MAC changed) 52 Result = F (4 - Key or Key1 changed) 61 Result = F (3 - MAC changed) 70 Result = F (4 - Key or Key1 changed) 79 Result = F (1 - MAC changed - for 0-len msg) 97 Result = F (2 - Key or Key2 changed) 106 Result = F (2 - Key or Key2 changed) 124 Result = F (1 - MAC changed - for 0-len msg) [all …]
|
/external/stg/test_cases/diff_tests/member/expected/ |
D | bitfield_c.o_o_flat | 1 function symbol 'void fun(const struct B*)' changed 2 type 'void(const struct B*)' changed 3 parameter 1 type 'const struct B*' changed 4 pointed-to type 'const struct B' changed 5 underlying type 'struct B' changed 7 type 'struct B' changed 8 member changed from 'unsigned long long b:1' to 'unsigned long long b:2' 9 bit-field size changed from 1 to 2 10 member changed from 'unsigned long long c:2' to 'unsigned long long c:3' 11 offset changed from 2 to 3 [all …]
|