Searched refs:Literals (Results 1 - 4 of 4) sorted by relevance

/external/regex-re2/re2/testing/
H A Dexhaustive2_test.cc23 TEST(Punctuation, Literals) {
/external/llvm/lib/Target/R600/
H A DR600ControlFlowFinalizer.cpp371 const std::vector<unsigned> &Literals) const {
373 for (unsigned i = 0, e = Literals.size(); i < e; i+=2) {
374 unsigned LiteralPair0 = Literals[i];
375 unsigned LiteralPair1 = (i + 1 < e)?Literals[i + 1]:0;
397 std::vector<int64_t> Literals; local
408 getLiteral(BI, Literals);
414 getLiteral(I, Literals);
418 for (unsigned i = 0, e = Literals.size(); i < e; i+=2) {
419 unsigned literal0 = Literals[i];
420 unsigned literal2 = (i + 1 < e)?Literals[
[all...]
H A DR600InstrInfo.cpp625 SmallSet<int64_t, 4> Literals; local
637 Literals.insert(Src.second);
638 if (Literals.size() > 4)
/external/clang/test/SemaCXX/
H A Dcxx98-compat.cpp28 void Literals() { function

Completed in 966 milliseconds