Searched refs:VariableList (Results 1 - 5 of 5) sorted by relevance

/external/clang/test/Misc/
H A Ddiag-template-diffing.cpp802 struct VariableList { struct in namespace:PR14489
803 void ConnectAllToAll(VariableList<>& params = VariableList<>()) { argument
806 // CHECK-ELIDE-NOTREE: non-const lvalue reference to type 'VariableList<>' cannot bind to a temporary of type 'VariableList<>'
/external/v8/src/
H A Dcode-stub-assembler.h1047 const VariableList& var_list, MachineRepresentation index_rep,
1059 BuildFastLoop(VariableList(0, zone()), index_rep, start_index, end_index,
1284 CodeStubAssembler::VariableList list(0, assembler_->zone());
1289 void ForEach(const CodeStubAssembler::VariableList& vars,
H A Dcode-stub-assembler.cc2154 VariableList vars({&current_to_offset}, zone());
7354 const CodeStubAssembler::VariableList& vars,
7359 VariableList vars_copy(vars, zone());
9294 void CodeStubArguments::ForEach(const CodeStubAssembler::VariableList& vars,
/external/v8/src/compiler/
H A Dcode-assembler.h218 typedef ZoneList<Variable*> VariableList; typedef in class:v8::internal::compiler::CodeAssembler
500 Label(CodeAssembler* assembler, const VariableList& merged_variables,
/external/v8/src/builtins/
H A Dbuiltins-string.cc465 CodeStubAssembler::VariableList vars({&max_index}, assembler->zone());

Completed in 443 milliseconds