OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Literals
(Results
1 - 8
of
8
) sorted by null
/external/chromium_org/third_party/re2/re2/testing/
exhaustive2_test.cc
23
TEST(Punctuation,
Literals
) {
/external/regex-re2/re2/testing/
exhaustive2_test.cc
23
TEST(Punctuation,
Literals
) {
/external/llvm/lib/Target/R600/
R600ControlFlowFinalizer.cpp
193
assert(Lits.size() < 4 && "Too many
literals
in Instruction Group");
202
const std::vector<unsigned> &
Literals
) const {
204
for (unsigned i = 0, e =
Literals
.size(); i < e; i+=2) {
205
unsigned LiteralPair0 =
Literals
[i];
206
unsigned LiteralPair1 = (i + 1 < e)?
Literals
[i + 1]:0;
208
TII->get(AMDGPU::
LITERALS
))
228
std::vector<int64_t>
Literals
;
239
getLiteral(BI,
Literals
);
245
getLiteral(I,
Literals
);
249
for (unsigned i = 0, e =
Literals
.size(); i < e; i+=2)
[
all
...]
R600InstrInfo.cpp
556
SmallSet<int64_t, 4>
Literals
;
568
Literals
.insert(Src.second);
569
if (
Literals
.size() > 4)
[
all
...]
/external/chromium_org/v8/test/mjsunit/compiler/
short-circuit.js
34
//
Literals
in value/test context.
38
//
Literals
in test/value context.
/external/v8/test/mjsunit/compiler/
short-circuit.js
34
//
Literals
in value/test context.
38
//
Literals
in test/value context.
/external/clang/test/SemaCXX/
cxx98-compat.cpp
31
void
Literals
() {
32
(void)u8"str"; // expected-warning {{unicode
literals
are incompatible with C++98}}
33
(void)u"str"; // expected-warning {{unicode
literals
are incompatible with C++98}}
34
(void)U"str"; // expected-warning {{unicode
literals
are incompatible with C++98}}
35
(void)u'x'; // expected-warning {{unicode
literals
are incompatible with C++98}}
36
(void)U'x'; // expected-warning {{unicode
literals
are incompatible with C++98}}
38
(void)u8R"X(str)X"; // expected-warning {{raw string
literals
are incompatible with C++98}}
39
(void)uR"X(str)X"; // expected-warning {{raw string
literals
are incompatible with C++98}}
40
(void)UR"X(str)X"; // expected-warning {{raw string
literals
are incompatible with C++98}}
41
(void)R"X(str)X"; // expected-warning {{raw string
literals
are incompatible with C++98}
[
all
...]
/external/chromium_org/base/test/
trace_event_analyzer_unittest.cc
680
// Verify that Query
literals
and types are properly casted.
681
TEST_F(TraceEventAnalyzerTest,
Literals
) {
Completed in 3149 milliseconds