Home
last modified time | relevance | path

Searched defs:Called (Results 1 – 9 of 9) sorted by relevance

/external/grpc-grpc/test/core/resource_quota/
Dcall_checker.h39 void Called() { in Called() function
/external/clang/unittests/ASTMatchers/
DASTMatchersInternalTest.cpp129 bool Called; member in clang::ast_matchers::VerifyStartOfTranslationUnit
155 bool Called; member in clang::ast_matchers::VerifyEndOfTranslationUnit
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Analysis/
DMLInlineAdvisor.cpp114 auto *Called = CS->getCalledFunction(); in MLInlineAdvisor() local
/external/llvm/lib/CodeGen/
DMachineRegisterInfo.cpp499 const Function *Called = getCalledFunction(MI); in isNoReturnDef() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DMachineRegisterInfo.cpp581 const Function *Called = getCalledFunction(MI); in isNoReturnDef() local
/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/
DMachineRegisterInfo.cpp569 const Function *Called = getCalledFunction(MI); in isNoReturnDef() local
/external/cronet/tot/base/
Dcheck_unittest.cc280 auto Called = [&] { in TEST() local
/external/cronet/stable/base/
Dcheck_unittest.cc280 auto Called = [&] { in TEST() local
/external/python/cpython3/Lib/test/
Dtest_shutil.py567 class Called(Exception): pass class