HomeSort by relevance Sort by last modified time
    Searched refs:FileFn (Results 1 - 2 of 2) sorted by null

  /external/valgrind/cachegrind/
cg_merge.c 212 FileFn;
237 WordFM FileFn* innerMap
247 static FileFn* new_FileFn ( char* file_name, char* fn_name )
249 FileFn* ffn = malloc(sizeof(FileFn));
257 static void ddel_FileFn ( FileFn* ffn )
263 memset(ffn, 0, sizeof(FileFn));
267 static FileFn* dopy_FileFn ( FileFn* ff )
410 FileFn* topKey
    [all...]
  /external/llvm/tools/sancov/
sancov.cc 197 struct FileFn {
198 bool operator<(const FileFn &RHS) const {
729 std::set<FileFn> computeAllFunctions() const {
730 std::set<FileFn> Fns;
732 Fns.insert(FileFn{AI.FileName, AI.FunctionName});
737 std::set<FileFn> computeCoveredFunctions() const {
738 std::set<FileFn> Fns;
740 return FileFn{AI.FileName, AI.FunctionName};
749 std::set<FileFn> computeNotCoveredFunctions() const {
750 std::set<FileFn> Fns
    [all...]

Completed in 98 milliseconds