Lines Matching +defs:foo +defs:c
544 void foo() __attribute__((exclusive_locks_required(mu))) { } in foo() function in LateFoo
555 int c __attribute__((guarded_by(mu))); member in LateFoo
944 int foo(int i) { in foo() function
978 Foo *foo; variable
1021 Foo *foo; member in thread_annot_lock_49::Bar
1144 Foo<int> *foo; in main() local
1205 Child *c; in main() local
1242 int Foo::foo() in foo() function in thread_annot_lock_13::Foo
1451 Foo *foo; variable
1476 Child *c; in main() local
1542 void foo(MyData* d) __attribute__((exclusive_locks_required(d->mu))) { } in foo() function in substitution_test::Foo
1588 Foo foo; in fooTest() local
1854 void barND(Foo1 *foo, T *fooT) EXCLUSIVE_LOCKS_REQUIRED(foo->mu_) { in barND()
1860 void barD(Foo1 *foo, T *fooT) EXCLUSIVE_LOCKS_REQUIRED(fooT->mu_) { in barD()
1901 void foo() { in foo() function in TestTemplateAttributeInstantiation::Cell
1960 void foo() { in foo() function in TestTemplateAttributeInstantiation::CellDelayed
2111 void FooT<T>::foo() EXCLUSIVE_LOCKS_REQUIRED(mu_) { in foo() function in FunctionDefinitionTest::FooT
2210 int foo __attribute__((guarded_by(mutex_))); member in InvalidNonstatic::Foo
2239 int GUARDED_BY(mu_) b, c; member in TestMultiDecl::Foo
2241 void foo() { in foo() function in TestMultiDecl::Foo
2284 Foo& getFoo2(int c) { return *f; } in getFoo2()
2285 Foo& getFoo3(int c, int d) { return *f; } in getFoo3()
2290 Foo& getBarFoo(Bar &bar, int c) { return bar.getFoo2(c); } in getBarFoo()
2293 Foo foo; in test() local
2298 int c; in test() local
2339 int c; in test2() local
2380 bool c; member in TrylockJoinPoint::Foo
2382 void foo() { in foo() function in TrylockJoinPoint::Foo
2509 bool c; member in ReleasableScopedLock::Foo
2564 bool c; member in TrylockFunctionTest::Foo
2648 bool c; member in FoolishScopedLockableBug::Foo
2840 SmartPtr<Foo> foo; member in SmartPointerTests::Bar
2961 Foo foo; in test0() local
2973 Foo foo; in test1() local
2987 Foo foo; in test2() local
3002 Foo foo; in test3() local
3026 Foo foo; in testlots() local
3057 bool c; member in TryLockEqTest::Foo
3152 void foo() EXCLUSIVE_LOCKS_REQUIRED(&Graph::mu_) { in foo() function in ExistentialPatternMatching::Node
3229 bool c; member in LockReturnedScopeFix::Base
3252 void Base::foo(Inner* i) { in foo() function in LockReturnedScopeFix::Base
3294 bool c; member in UniversalLock::Foo
3397 bool c; member in ExprMatchingBugFix::Bar
3398 Foo* foo; member in ExprMatchingBugFix::Bar
3402 Foo* foo; member
3488 bool c; variable
3608 FooT<int> foo; in testFooT() local
4039 int c; member in AssertHeldTest::Foo
4142 bool c; member in LogicalConditionalTryLock::Foo
4582 void foo() { in foo() function in NegativeRequirements::Foo
4707 auto &c = a; // no warning in auto_test() local
4713 int &c = b; in ref_test() local
5140 int c = TS_UNCHECKED_READ(cbar.a); // nowarn in test() local