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