OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:emitted
(Results
101 - 125
of
1830
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/llvm/test/MC/COFF/
bss.s
1
// The purpose of this test is to verify that bss sections are
emitted
correctly.
/external/clang/test/CodeGenCXX/
debug-info-template-fwd.cpp
21
// complete - since the declaration has already been
emitted
(due to 'f',
27
// Base<int> was never
emitted
so we ignore it and carry on until we
attr-used.cpp
21
// otherwise foo() would not be
emitted
.
/external/clang/test/Misc/
error-limit-multiple-notes.cpp
3
// error and three notes
emitted
23
// CHECK: fatal error: too many errors
emitted
, stopping now
/external/llvm/test/CodeGen/X86/
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.
coal-sections.ll
3
; Check that *coal* sections are not
emitted
.
/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/autotest/client/cros/cellular/pseudomodem/
messaging.py
72
Emitted
when any part of a new SMS has been received or added (but not
78
"Completed" signal will also be
emitted
when the message is complete.
91
Emitted
when the complete-ness status of an SMS message changes.
94
this signal will be
emitted
when all parts have been received, even for
106
Emitted
when a message has been deleted.
/external/clang/test/CodeGen/
available-externally-hidden.cpp
4
// declarations, and are not
emitted
as hidden with -fvisibility=hidden,
debug-info-scope-file.c
3
// Check that, just because we
emitted
a function from a different file doesn't
x86_64-atomic-128.c
3
// All atomics up to 16 bytes should be
emitted
inline on x86_64. The
/external/clang/test/CodeGenCUDA/
ptx-kernels.cu
1
// Make sure that __global__ functions are
emitted
along with correct
/external/clang/test/CodeGenObjC/
debug-info-nested-blocks.m
21
// Verify that debug info for BlockPointerDbgLoc is
emitted
for the
/external/clang/test/CoverageMapping/
ir.c
1
// Check the data structures
emitted
by coverage mapping
/external/clang/test/Sema/
vla-2.c
4
// a different codepath when we have already
emitted
an error.)
/external/clang/test/TableGen/
DiagnosticBase.inc
22
// All diagnostics
emitted
by the compiler are an indirect subclass of this.
/external/clang/test/Tooling/
ms-asm-no-target.cpp
12
// Test that the ordinary error is
emitted
on unsupported architectures.
/external/compiler-rt/test/asan/TestCases/
use-after-scope-temp.cc
4
// Lifetime for temporaries is not
emitted
yet.
/external/jacoco/org.jacoco.agent.rt/src/org/jacoco/agent/rt/internal/
IExceptionLogger.java
16
* testability these exceptions are
emitted
against this interface.
/external/jacoco/org.jacoco.core/src/org/jacoco/core/analysis/
ICoverageVisitor.java
21
* For analyzed class coverage data is
emitted
to this method.
/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/Mips/
micromips-directives.ll
2
; are
emitted
before a function's entry label.
/external/llvm/test/CodeGen/PowerPC/
coal-sections.ll
3
; Check that *coal* sections are
emitted
.
/external/llvm/test/CodeGen/Thumb/
iabs.ll
10
; This test just checks that 4 instructions were
emitted
Completed in 438 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>