Lines Matching defs:function
228 // If function mentions EXTERNAL VMState add artificial garbage collection
240 const std::string& function = f->getNameAsString();
241 AddCallee(name, function);
271 void AddCallee(const MangledName& name, const MangledName& function) {
273 mangled_to_function_[name] = function;
345 std::string mangled, function;
348 std::getline(fin, function);
354 std::getline(fin, function);
355 assert(function.compare("nested") == 0);
358 std::getline(fin, function);
360 assert(function.compare("nested") == 0);
373 std::string mangled, function;
378 std::getline(fin, function);
379 gc_functions.insert(function);
413 // Looks for partial match of only the function name.
995 // 2. Mark its raw usage in the ExprEffect returned by this function.
1041 // function might report a GC-unsafe usage (due to the undefined evaluation
1632 TRACE("Visiting function " << decl->getNameAsString());
1678 DumpCallees("dump-callees", "Dump callees for each function.");