Lines Matching refs:EXPLICIT
18 RUN: FileCheck --check-prefix=MISMATCHED-EXPLICIT-GEP %s
20 RUN: FileCheck --check-prefix=MISMATCHED-EXPLICIT-LOAD %s
22 RUN: FileCheck --check-prefix=MISMATCHED-EXPLICIT-GEP-OPERATOR %s
24 RUN: FileCheck --check-prefix=MISMATCHED-EXPLICIT-CALL %s
26 RUN: FileCheck --check-prefix=NON-FUNCTION-EXPLICIT-CALL %s
28 RUN: FileCheck --check-prefix=MISMATCHED-EXPLICIT-INVOKE %s
30 RUN: FileCheck --check-prefix=NON-FUNCTION-EXPLICIT-INVOKE %s
40 MISMATCHED-EXPLICIT-GEP: Explicit gep type does not match pointee type of pointer operand
41 MISMATCHED-EXPLICIT-LOAD: Explicit load/store type does not match pointee type of pointer operand
42 MISMATCHED-EXPLICIT-GEP-OPERATOR: Explicit gep operator type does not match pointee type of pointer…
43 MISMATCHED-EXPLICIT-CALL: Explicit call type does not match pointee type of callee operand
44 NON-FUNCTION-EXPLICIT-CALL: Explicit call type is not a function type
45 MISMATCHED-EXPLICIT-INVOKE: Explicit invoke type does not match pointee type of callee operand
46 NON-FUNCTION-EXPLICIT-INVOKE: Explicit invoke type is not a function type