Searched defs:Literals (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/Target/R600/
H A DR600ControlFlowFinalizer.cpp202 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;
228 std::vector<int64_t> Literals; local
239 getLiteral(BI, Literals);
245 getLiteral(I, Literals);
249 for (unsigned i = 0, e = Literals.size(); i < e; i+=2) {
250 unsigned literal0 = Literals[i];
251 unsigned literal2 = (i + 1 < e)?Literals[
[all...]
/external/clang/test/SemaCXX/
H A Dcxx98-compat.cpp31 void Literals() { function

Completed in 137 milliseconds