OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:emitted
(Results
76 - 100
of
1302
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/clang/test/Modules/Inputs/Module.framework/Headers/
Module.h
4
// This "0-1" is only here because the warning is only
emitted
when the
/external/clang/test/SemaCXX/
warn-func-not-needed.cpp
4
static void f() {} // expected-warning {{is not needed and will not be
emitted
}}
/external/compiler-rt/lib/ubsan/lit_tests/Misc/
deduplication.cpp
2
// Verify deduplication works by ensuring only one diag is
emitted
.
/external/llvm/test/CodeGen/X86/
visibility2.ll
2
;
emitted
they are not treated as definitions. Test case for r132825.
fltused.ll
1
; The purpose of this test to to verify that the fltused symbol is
emitted
when
3
; is not
emitted
otherwise.
fltused_function_pointer.ll
1
; The purpose of this test to to verify that the fltused symbol is
emitted
when
3
; is not
emitted
otherwise.
label-redefinition.ll
2
; RUN: not llc %s -o - 2>&1 | grep "'_foo' label
emitted
multiple times to assembly"
overlap-shift.ll
3
;;
emitted
before the shift to save the register value before it is
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeonsi/
radeonsi_pm4.c
164
if (idx != ~0 && rctx->
emitted
.array[idx] == state) {
165
rctx->
emitted
.array[idx] = NULL;
181
if (!state || rctx->
emitted
.array[i] == state)
196
if (!state || rctx->
emitted
.array[i] == state)
227
if (!state || rctx->
emitted
.array[i] == state)
231
rctx->
emitted
.array[i] = state;
237
memset(&rctx->
emitted
, 0, sizeof(rctx->
emitted
));
/external/clang/test/Misc/
error-limit-multiple-notes.cpp
3
// error and three notes
emitted
21
// CHECK: fatal error: too many errors
emitted
, stopping now
/external/mesa3d/src/gallium/drivers/radeonsi/
radeonsi_pm4.c
164
if (idx != ~0 && rctx->
emitted
.array[idx] == state) {
165
rctx->
emitted
.array[idx] = NULL;
181
if (!state || rctx->
emitted
.array[i] == state)
196
if (!state || rctx->
emitted
.array[i] == state)
227
if (!state || rctx->
emitted
.array[i] == state)
231
rctx->
emitted
.array[i] = state;
237
memset(&rctx->
emitted
, 0, sizeof(rctx->
emitted
));
/external/chromium_org/third_party/libjingle/source/talk/base/
asyncpacketsocket.h
77
//
Emitted
each time a packet is read. Used only for UDP and
82
//
Emitted
when the socket is currently able to send.
85
//
Emitted
after address for the socket is allocated, i.e. binding
91
//
Emitted
for client TCP sockets when state is changed from
95
//
Emitted
for client TCP sockets when state is changed from
/external/jpeg/
djpeg.1
72
emitted
if
77
format is
emitted
.
86
emitted
if
91
format is
emitted
.
95
PGM is
emitted
if the JPEG file is gray-scale or if
97
is specified; otherwise PPM is
emitted
.
103
Select Targa output format. Gray-scale format is
emitted
if the JPEG file is
106
is specified; otherwise, colormapped format is
emitted
if
108
is specified; otherwise, 24-bit full-color format is
emitted
.
/external/qemu/distrib/jpeg-6b/
djpeg.1
72
emitted
if
77
format is
emitted
.
86
emitted
if
91
format is
emitted
.
95
PGM is
emitted
if the JPEG file is gray-scale or if
97
is specified; otherwise PPM is
emitted
.
103
Select Targa output format. Gray-scale format is
emitted
if the JPEG file is
106
is specified; otherwise, colormapped format is
emitted
if
108
is specified; otherwise, 24-bit full-color format is
emitted
.
/external/clang/test/Sema/
vla-2.c
4
// a different codepath when we have already
emitted
an error.)
warn-unused-function.c
9
static int f0() { return 17; } // expected-warning{{not needed and will not be
emitted
}}
49
static void unused(void) { unused(); } // expected-warning{{not needed and will not be
emitted
}}
/external/clang/test/TableGen/
DiagnosticBase.inc
22
// All diagnostics
emitted
by the compiler are an indirect subclass of this.
/external/compiler-rt/lib/asan/lit_tests/TestCases/
use-after-scope-temp.cc
4
// Lifetime for temporaries is not
emitted
yet.
/external/llvm/include/llvm/CodeGen/
ScheduleHazardRecognizer.h
38
NoHazard, // This instruction can be
emitted
at this cycle.
39
Hazard, // This instruction can't be
emitted
at this cycle.
40
NoopHazard // This instruction can't be
emitted
, and needs noops.
70
///
emitted
, to advance the hazard state.
/external/llvm/test/CodeGen/ARM/
2012-10-04-LDRB_POST_IMM-Crash.ll
2
; Check that LDRB_POST_IMM instruction
emitted
properly.
/external/llvm/test/CodeGen/Thumb/
iabs.ll
10
; This test just checks that 4 instructions were
emitted
/frameworks/compile/libbcc/tests/debuginfo/host-tests/
nested-struct.cpp
4
// If debug info for my_number() is
emitted
outside function foo's scope
/ndk/tests/device/test-stlport_shared-exception/jni/
reg-stack.cpp
2
// The code that moves around insns
emitted
by reg-stack to cope with
/ndk/tests/device/test-stlport_static-exception/jni/
reg-stack.cpp
2
// The code that moves around insns
emitted
by reg-stack to cope with
/dalvik/dx/tests/120-disable-extended-ops/
run
27
echo "No iget/jumbo
emitted
without --target-api"
34
echo "Found $count iget/jumbo
emitted
with --target-api=11"
Completed in 798 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>