HomeSort by relevance Sort by last modified time
    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 361 assert(Lits.size() < 4 && "Too many literals in Instruction Group");
370 const std::vector<unsigned> &Literals) const {
372 for (unsigned i = 0, e = Literals.size(); i < e; i+=2) {
373 unsigned LiteralPair0 = Literals[i];
374 unsigned LiteralPair1 = (i + 1 < e)?Literals[i + 1]:0;
376 TII->get(AMDGPU::LITERALS))
396 std::vector<int64_t> Literals;
407 getLiteral(BI, Literals);
413 getLiteral(I, Literals);
417 for (unsigned i = 0, e = Literals.size(); i < e; i+=2)
    [all...]
R600InstrInfo.cpp 629 SmallSet<int64_t, 4> Literals;
641 Literals.insert(Src.second);
642 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/clang/test/SemaCXX/
cxx98-compat.cpp 28 void Literals() {
29 (void)u8"str"; // expected-warning {{unicode literals are incompatible with C++98}}
30 (void)u"str"; // expected-warning {{unicode literals are incompatible with C++98}}
31 (void)U"str"; // expected-warning {{unicode literals are incompatible with C++98}}
32 (void)u'x'; // expected-warning {{unicode literals are incompatible with C++98}}
33 (void)U'x'; // expected-warning {{unicode literals are incompatible with C++98}}
35 (void)u8R"X(str)X"; // expected-warning {{raw string literals are incompatible with C++98}}
36 (void)uR"X(str)X"; // expected-warning {{raw string literals are incompatible with C++98}}
37 (void)UR"X(str)X"; // expected-warning {{raw string literals are incompatible with C++98}}
38 (void)R"X(str)X"; // expected-warning {{raw string literals are incompatible with C++98}
    [all...]
  /external/chromium_org/chrome/third_party/chromevox/third_party/closure-library/closure/goog/i18n/
messageformat.js 80 * All encountered literals during parse stage. Indices tell us the order of
144 * Regular expression for looking for string literals.
410 * Replaces string literals with literal placeholders.
411 * Literals are string of the form '}...', '{...' and '#...' where ... is
413 * Builds a dictionary so we can recover literals during format phase.
415 * @return {string} Pattern with literals replaced with placeholders.
419 var literals = this.literals_;
423 // inside other literals.
427 literals.push("'");
428 return buildPlaceholder(literals);
    [all...]
  /external/chromium_org/base/test/
trace_event_analyzer_unittest.cc 683 // Verify that Query literals and types are properly casted.
684 TEST_F(TraceEventAnalyzerTest, Literals) {

Completed in 843 milliseconds