Home
last modified time | relevance | path

Searched refs:ABORT (Results 1 – 25 of 96) sorted by relevance

1234

/external/skia/src/sksl/ir/
DSkSLType.cpp62 default: ABORT("unsupported vector column count (%d)", columns); in toCompound()
69 default: ABORT("unsupported matrix column count (%d)", columns); in toCompound()
76 default: ABORT("unsupported matrix column count (%d)", columns); in toCompound()
83 default: ABORT("unsupported matrix column count (%d)", columns); in toCompound()
85 default: ABORT("unsupported row count (%d)", rows); in toCompound()
94 default: ABORT("unsupported vector column count (%d)", columns); in toCompound()
101 default: ABORT("unsupported matrix column count (%d)", columns); in toCompound()
108 default: ABORT("unsupported matrix column count (%d)", columns); in toCompound()
115 default: ABORT("unsupported matrix column count (%d)", columns); in toCompound()
117 default: ABORT("unsupported row count (%d)", rows); in toCompound()
[all …]
DSkSLExpression.h68 ABORT("cannot call compareConstant on this type"); in compareConstant()
76 ABORT("not a constant int"); in getConstantInt()
84 ABORT("not a constant float"); in getConstantFloat()
/external/skqp/src/sksl/ir/
DSkSLType.cpp61 default: ABORT("unsupported vector column count (%d)", columns); in toCompound()
68 default: ABORT("unsupported matrix column count (%d)", columns); in toCompound()
75 default: ABORT("unsupported matrix column count (%d)", columns); in toCompound()
82 default: ABORT("unsupported matrix column count (%d)", columns); in toCompound()
84 default: ABORT("unsupported row count (%d)", rows); in toCompound()
93 default: ABORT("unsupported vector column count (%d)", columns); in toCompound()
100 default: ABORT("unsupported matrix column count (%d)", columns); in toCompound()
107 default: ABORT("unsupported matrix column count (%d)", columns); in toCompound()
114 default: ABORT("unsupported matrix column count (%d)", columns); in toCompound()
116 default: ABORT("unsupported row count (%d)", rows); in toCompound()
[all …]
DSkSLExpression.h67 ABORT("cannot call compareConstant on this type"); in compareConstant()
75 ABORT("not a constant int"); in getConstantInt()
83 ABORT("not a constant float"); in getConstantFloat()
/external/swiftshader/third_party/llvm-7.0/llvm/test/Instrumentation/HWAddressSanitizer/
Dbasic.ll3 ; RUN: opt < %s -hwasan -hwasan-recover=0 -S | FileCheck %s --check-prefixes=CHECK,ABORT,DYNAMIC-SH…
5 …recover=0 -hwasan-mapping-offset=0 -S | FileCheck %s --check-prefixes=CHECK,ABORT,ZERO-BASED-SHADOW
25 ; ABORT: call void asm sideeffect "brk #2304", "{x0}"(i64 %[[A]])
26 ; ABORT: unreachable
52 ; ABORT: call void asm sideeffect "brk #2305", "{x0}"(i64 %[[A]])
53 ; ABORT: unreachable
79 ; ABORT: call void asm sideeffect "brk #2306", "{x0}"(i64 %[[A]])
80 ; ABORT: unreachable
106 ; ABORT: call void asm sideeffect "brk #2307", "{x0}"(i64 %[[A]])
107 ; ABORT: unreachable
[all …]
Dwith-calls.ll3 ; RUN: opt < %s -hwasan -hwasan-instrument-with-calls -S | FileCheck %s --check-prefixes=CHECK,ABORT
12 ; ABORT: call void @__hwasan_load1(i64 %[[A]])
25 ; ABORT: call void @__hwasan_load2(i64 %[[A]])
38 ; ABORT: call void @__hwasan_load4(i64 %[[A]])
51 ; ABORT: call void @__hwasan_load8(i64 %[[A]])
64 ; ABORT: call void @__hwasan_load16(i64 %[[A]])
77 ; ABORT: call void @__hwasan_loadN(i64 %[[A]], i64 5)
90 ; ABORT: call void @__hwasan_store1(i64 %[[A]])
103 ; ABORT: call void @__hwasan_store2(i64 %[[A]])
116 ; ABORT: call void @__hwasan_store4(i64 %[[A]])
[all …]
Dkernel.ll6 …wasan-kernel=1 -hwasan-recover=0 -S | FileCheck %s --check-prefixes=CHECK,NOOFFSET,ABORT,MATCH-ALL
35 ; ABORT: call void asm sideeffect "brk #2304", "{x0}"(i64 %[[A]])
36 ; ABORT: unreachable
/external/libese/libese-teq1/
Dteq1.c78 case S(ABORT, REQUEST): in teq1_pcb_to_name()
80 case S(ABORT, RESPONSE): in teq1_pcb_to_name()
509 case TEQ1_RULE(S(ABORT, REQUEST), S(ABORT, RESPONSE)): in teq1_rules()
512 case TEQ1_RULE(S(ABORT, RESPONSE), R(0, 0, 0)): in teq1_rules()
513 case TEQ1_RULE(S(ABORT, RESPONSE), R(1, 0, 0)): in teq1_rules()
519 case TEQ1_RULE(I(0, 1), S(ABORT, REQUEST)): in teq1_rules()
520 case TEQ1_RULE(I(1, 1), S(ABORT, REQUEST)): in teq1_rules()
521 case TEQ1_RULE(R(0, 0, 0), S(ABORT, REQUEST)): in teq1_rules()
522 case TEQ1_RULE(R(0, 0, 1), S(ABORT, REQUEST)): in teq1_rules()
523 case TEQ1_RULE(R(0, 1, 0), S(ABORT, REQUEST)): in teq1_rules()
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/test/Instrumentation/HWAddressSanitizer/X86/
Dbasic.ll5 ; RUN: opt < %s -hwasan -hwasan-recover=0 -S | FileCheck %s --check-prefixes=CHECK,ABORT
15 ; ABORT: call void asm sideeffect "int3\0Anopl 64(%rax)", "{rdi}"(i64 %[[A]])
16 ; ABORT: unreachable
35 ; ABORT: call void @__hwasan_loadN(i64 %[[A]], i64 5)
53 ; ABORT: call void asm sideeffect "int3\0Anopl 80(%rax)", "{rdi}"(i64 %[[A]])
54 ; ABORT: unreachable
73 ; ABORT: call void @__hwasan_storeN(i64 %[[A]], i64 5)
91 ; ABORT: call void @__hwasan_storeN(i64 %[[A]], i64 8)
Dwith-calls.ll3 ; RUN: opt < %s -hwasan -hwasan-instrument-with-calls -S | FileCheck %s --check-prefixes=CHECK,ABORT
13 ; ABORT: call void @__hwasan_load1(i64 %[[A]])
31 ; ABORT: call void @__hwasan_loadN(i64 %[[A]], i64 5)
49 ; ABORT: call void @__hwasan_store1(i64 %[[A]])
67 ; ABORT: call void @__hwasan_storeN(i64 %[[A]], i64 5)
Dkernel.ll8 … opt < %s -hwasan -hwasan-kernel=1 -hwasan-recover=0 -S | FileCheck %s --check-prefixes=CHECK,ABORT
18 ; ABORT: call void asm sideeffect "int3\0Anopl 64(%rax)", "{rdi}"(i64 %[[A]])
19 ; ABORT: unreachable
/external/chromium-trace/catapult/common/py_vulcanize/third_party/rcssmin/
Drcssmin.c284 #define ABORT ABORT_(CRAPPY_C90_COMPATIBLE_EMPTY) macro
390 ABORT; in copy_string()
529 ABORT; in copy_url()
535 ABORT; in copy_url()
541 ABORT; in copy_url()
549 ABORT; in copy_url()
553 ABORT; in copy_url()
556 ABORT; in copy_url()
592 ABORT; in copy_at_group()
676 ABORT; in copy_space()
[all …]
/external/skia/src/sksl/
DSkSLMemoryLayout.h41 ABORT("unreachable"); in roundUpIfNeeded()
70 ABORT("cannot determine size of type %s", type.name().c_str()); in alignment()
91 ABORT("type does not have a stride"); in stride()
131 ABORT("cannot determine size of type %s", type.name().c_str()); in size()
DSkSLJIT.cpp273 ABORT("unsupported type"); in getType()
466 ABORT("unsupported lvalue"); in getLValue()
481 ABORT("unsupported type: %s\n", type.description().c_str()); in typeKind()
521 ABORT("unsupported typeKind"); \ in compileBinary()
541 ABORT("unsupported typeKind"); \ in compileBinary()
558 ABORT("unsupported typeKind"); \ in compileBinary()
620 ABORT("unsupported typeKind"); in compileBinary()
659 ABORT("unsupported typeKind"); in compileBinary()
730 ABORT("unsupported binary operator"); in compileBinary()
757 ABORT("unsupported typeKind"); in compilePostfix()
[all …]
DSkSLInterpreter.cpp185 ABORT("unsupported type: %s\n", type.description().c_str()); in type_kind()
212 ABORT("unsupported lvalue"); in getLValue()
379 ABORT("unsupported operator: %s\n", expr.description().c_str()); in evaluate()
467 ABORT("unsupported expression: %s\n", expr.description().c_str()); in evaluate()
/external/skqp/src/sksl/
DSkSLMemoryLayout.h41 ABORT("unreachable"); in roundUpIfNeeded()
70 ABORT("cannot determine size of type %s", type.name().c_str()); in alignment()
91 ABORT("type does not have a stride"); in stride()
131 ABORT("cannot determine size of type %s", type.name().c_str()); in size()
DSkSLJIT.cpp273 ABORT("unsupported type"); in getType()
466 ABORT("unsupported lvalue"); in getLValue()
481 ABORT("unsupported type: %s\n", type.description().c_str()); in typeKind()
521 ABORT("unsupported typeKind"); \ in compileBinary()
541 ABORT("unsupported typeKind"); \ in compileBinary()
558 ABORT("unsupported typeKind"); \ in compileBinary()
620 ABORT("unsupported typeKind"); in compileBinary()
659 ABORT("unsupported typeKind"); in compileBinary()
730 ABORT("unsupported binary operator"); in compileBinary()
757 ABORT("unsupported typeKind"); in compilePostfix()
[all …]
DSkSLInterpreter.cpp185 ABORT("unsupported type: %s\n", type.description().c_str()); in type_kind()
212 ABORT("unsupported lvalue"); in getLValue()
379 ABORT("unsupported operator: %s\n", expr.description().c_str()); in evaluate()
467 ABORT("unsupported expression: %s\n", expr.description().c_str()); in evaluate()
/external/skia/src/sksl/lex/
DLexUtil.h15 #define ABORT(...) (fprintf(stderr, __VA_ARGS__), abort()) macro
16 #define SkASSERT(x) (void)((x) || (ABORT("failed SkASSERT(%s): %s:%d\n", #x, __FILE__, __LINE__), 0…
DNFAState.h78 ABORT("unreachable"); in accept()
134 ABORT("unreachable"); in description()
/external/skqp/src/sksl/lex/
DLexUtil.h15 #define ABORT(...) (fprintf(stderr, __VA_ARGS__), abort()) macro
16 #define SkASSERT(x) (void)((x) || (ABORT("failed SkASSERT(%s): %s:%d\n", #x, __FILE__, __LINE__), 0…
DNFAState.h78 ABORT("unreachable"); in accept()
134 ABORT("unreachable"); in description()
/external/iptables/extensions/
Dlibxt_sctp.man10 Chunk types: DATA INIT INIT_ACK SACK HEARTBEAT HEARTBEAT_ACK ABORT SHUTDOWN SHUTDOWN_ACK ERROR COOK…
16 ABORT T t
/external/libchrome/mojo/public/cpp/base/
Dfile_error_mojom_traits.h42 return mojo_base::mojom::FileError::ABORT;
97 case mojo_base::mojom::FileError::ABORT:
/external/skia/src/sksl/ast/
DSkSLASTSuffix.h40 ABORT("unsupported suffix operator"); in description()

1234