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
1830
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/dalvik/dx/tests/097-dex-branch-offset-zero/
info.txt
4
This test compares
emitted
code against a known-good (via eyeballing)
/external/clang/test/CodeGenCXX/
2004-09-27-DidntEmitTemplate.cpp
4
// instantiation of callDefaultCtor was not being
emitted
correctly.
/external/clang/test/SemaCXX/
cxx11-user-defined-literals-unused.cpp
5
int operator"" _ii(long double value) { return int(value); } // expected-warning {{not needed and will not be
emitted
}}
warn-variable-not-needed.cpp
4
static int abc = 42; // expected-warning {{variable 'abc' is not needed and will not be
emitted
}}
warn-weak-vtables.cpp
4
struct A { // expected-warning {{'A' has no out-of-line virtual method definitions; its vtable will be
emitted
in every translation unit}}
47
class VeryDerived : public Derived { // expected-warning{{'VeryDerived' has no out-of-line virtual method definitions; its vtable will be
emitted
in every translation unit}}
69
template<> struct TemplVirt<long> { // expected-warning{{'TemplVirt<long>' has no out-of-line virtual method definitions; its vtable will be
emitted
in every translation unit}}
warn-func-not-needed.cpp
4
static void f() {} // expected-warning {{is not needed and will not be
emitted
}}
/external/compiler-rt/test/tsan/Linux/
check_memcpy.cc
1
// Test that verifies TSan runtime doesn't contain compiler-
emitted
/external/llvm/test/CodeGen/X86/
ident-metadata.ll
2
; Verify that llvm.ident metadata is
emitted
as .ident
function-alias.ll
11
; Check that "ud2" is
emitted
as a function symbol.
visibility2.ll
2
;
emitted
they are not treated as definitions. Test case for r132825.
/external/llvm/test/Transforms/Inline/
externally_available.ll
6
; test_function should not be
emitted
to the .s file.
/external/llvm/lib/CodeGen/AsmPrinter/
DwarfException.h
28
/// Per-function flag to indicate if frame CFI info should be
emitted
.
35
/// Per-function flag to indicate if .cfi_personality should be
emitted
.
38
/// Per-function flag to indicate if .cfi_lsda should be
emitted
.
41
/// Per-function flag to indicate if frame moves info should be
emitted
.
56
/// Gather pre-function exception information. Assumes being
emitted
78
/// Gather pre-function exception information. Assumes being
emitted
/external/llvm/test/MC/COFF/
comm-align.s
5
# - that -aligncomm is not
emitted
for 1-byte alignment
6
# - that -aligncomm is
emitted
for the various alignments (greater than 1)
9
# - that functions after the switch also are
emitted
into the correct section
/external/snakeyaml/src/main/java/org/yaml/snakeyaml/events/
CollectionStartEvent.java
26
// omitted when the collection is
emitted
51
*
emitted
.
53
* @return True if the tag can be omitted while this collection is
emitted
.
ImplicitTuple.java
20
* if the tag may be omitted when the scalar is
emitted
in a plain and non-plain
35
* @return true when tag may be omitted when the scalar is
emitted
in a
43
* @return true when tag may be omitted when the scalar is
emitted
in a
/dalvik/dx/tests/074-dex-form35c-edge-case/
info.txt
6
This test compares
emitted
code against a known-good (via eyeballing)
/dalvik/dx/tests/094-scala-locals/
info.txt
6
This test compares
emitted
code against a known-good (via eyeballing)
/dalvik/dx/tests/110-dex-preserve-this/
info.txt
8
This test compares
emitted
code against a known-good (via eyeballing)
/dalvik/dx/tests/123-dex-transform-invalid-virtual-to-direct/
info.txt
8
This test compares
emitted
code against a known-good (via eyeballing)
/external/clang/test/ARCMT/Inputs/Module.framework/Headers/
Module.h
4
// This "0-1" is only here because the warning is only
emitted
when the
/external/clang/test/Coverage/
html-diagnostics.c
10
//
emitted
to the output as comment.
/external/clang/test/CoverageMapping/
decl.c
1
// Ensure that declarations without definitions don't have maps
emitted
for them
/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/compiler-rt/test/ubsan/TestCases/Misc/
deduplication.cpp
2
// Verify deduplication works by ensuring only one diag is
emitted
.
/external/llvm/test/CodeGen/NVPTX/
aggr-param.ll
3
; Make sure aggregate param types get
emitted
properly.
Completed in 3528 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>