Searched refs:get_count (Results 1 – 4 of 4) sorted by relevance
/external/llvm/test/CodeGen/ARM/ |
D | readcyclecounter.ll | 12 define i64 @get_count() {
|
/external/valgrind/coregrind/m_demangle/ |
D | cplus-dem.c | 418 static int get_count (const char **, int *); 1739 if (get_count (mangled, &r)) in demangle_template_template_parm() 2154 if (!get_count (mangled, &r)) in demangle_template() 3506 get_count (const char **type, int *count) in get_count() function 3604 if (!get_count (mangled, &n) || n >= work -> ntypes) in do_type() 3782 if (!get_count (mangled, &n) || n >= work -> numb) in do_type() 4463 if (!get_count (mangled, &r)) in demangle_args() 4487 if (!get_count (mangled, &t)) in demangle_args()
|
/external/v8/test/cctest/ |
D | test-decls.cc | 68 int get_count() const { return get_count_; } in get_count() function in DeclarationContext 160 CHECK_EQ(get, get_count()); in Check()
|
/external/llvm/lib/DebugInfo/PDB/DIA/ |
D | DIARawSymbol.cpp | 200 RAW_METHOD_DUMP(OS, get_count) in dump() 483 return PrivateGetDIAValue(Symbol, &IDiaSymbol::get_count); in getCount()
|