HomeSort by relevance Sort by last modified time
    Searched defs:ArgumentListType (Results 1 - 3 of 3) sorted by null

  /external/swiftshader/third_party/LLVM/include/llvm/
Function.h 73 typedef iplist<Argument> ArgumentListType;
80 typedef ArgumentListType::iterator arg_iterator;
81 typedef ArgumentListType::const_iterator const_arg_iterator;
86 mutable ArgumentListType ArgumentList; ///< The formal arguments
323 const ArgumentListType &getArgumentList() const {
327 ArgumentListType &getArgumentList() {
  /external/llvm/include/llvm/IR/
Function.h 43 typedef SymbolTableList<Argument> ArgumentListType;
50 typedef ArgumentListType::iterator arg_iterator;
51 typedef ArgumentListType::const_iterator const_arg_iterator;
56 mutable ArgumentListType ArgumentList; ///< The formal arguments
472 const ArgumentListType &getArgumentList() const {
476 ArgumentListType &getArgumentList() {
480 static ArgumentListType Function::*getSublistAccess(Argument*) {
  /external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
Function.h 50 typedef SymbolTableList<Argument> ArgumentListType;
57 typedef ArgumentListType::iterator arg_iterator;
58 typedef ArgumentListType::const_iterator const_arg_iterator;
63 mutable ArgumentListType ArgumentList; ///< The formal arguments
495 const ArgumentListType &getArgumentList() const {
499 ArgumentListType &getArgumentList() {
504 static ArgumentListType Function::*getSublistAccess(Argument*) {

Completed in 781 milliseconds