Home
last modified time | relevance | path

Searched defs:func_call (Results 1 – 4 of 4) sorted by relevance

/third_party/benchmark/test/
Dbenchmark_setup_teardown_test.cc46 static std::atomic<int> func_call(0); variable
/third_party/gn/src/gn/
Dcommand_format.cc427 const FunctionCallNode* func_call = p->AsFunctionCall(); in SortImports() local
535 } else if (const FunctionCallNode* func_call = node->AsFunctionCall()) { in SuffixCommentTreeWalk() local
901 } else if (const FunctionCallNode* func_call = root->AsFunctionCall()) { in Expr() local
1015 int Printer::FunctionCall(const FunctionCallNode* func_call, in FunctionCall()
Dparser.cc564 std::unique_ptr<FunctionCallNode> func_call = in IdentifierOrCall() local
800 } else if (const FunctionCallNode* func_call = root->AsFunctionCall()) { in TraverseOrder() local
/third_party/mbedtls/library/
Dconstant_time.c478 #define MD_CHK( func_call ) \ in mbedtls_ct_hmac() argument