Home
last modified time | relevance | path

Searched refs:FunctionSet (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/src/OpenGL/compiler/
DAnalyzeCallDepth.h59 typedef std::set<FunctionNode*> FunctionSet; typedef
60 FunctionSet globalFunctionCalls;
DAnalyzeCallDepth.cpp234 …for(FunctionSet::iterator globalCall = globalFunctionCalls.begin(); globalCall != globalFunctionCa… in analyzeCallDepth()
/external/google-breakpad/src/common/
Dmodule.cc62 for (FunctionSet::iterator it = functions_.begin(); in ~Module()
108 std::pair<FunctionSet::iterator,bool> ret = functions_.insert(function); in AddFunction()
196 for (FunctionSet::const_iterator func_it = functions_.begin(); in AssignSourceIds()
253 for (FunctionSet::const_iterator func_it = functions_.begin(); in Write()
Dmodule.h314 typedef set<Function *, FunctionCompare> FunctionSet; typedef
323 FunctionSet functions_; // This module's functions.