HomeSort by: relevance | last modified time | path
    Searched defs:some (Results 1 - 6 of 6) sorted by relevancy

  /src/external/bsd/lutok/dist/
stack_cleaner_test.cpp 46 ATF_TEST_CASE_WITHOUT_HEAD(some); variable
47 ATF_TEST_CASE_BODY(some)
105 ATF_ADD_TEST_CASE(tcs, some);
  /src/tests/rump/kernspace/
lockme.c 51 struct somemem *some; local
87 some = kmem_alloc(sizeof(*some), KM_SLEEP);
88 mutex_init(&some->mutexetum, MUTEX_DEFAULT, IPL_NONE);
89 kmem_free(some, sizeof(*some));
  /src/external/lgpl3/gmp/dist/tests/
t-modlinv.c 46 some (void) function
78 some ();
  /src/external/bsd/kyua-cli/dist/utils/cmdline/
commands_map_test.cpp 88 ATF_TEST_CASE_WITHOUT_HEAD(some); variable
89 ATF_TEST_CASE_BODY(some)
141 ATF_ADD_TEST_CASE(tcs, some);
  /src/games/monop/
trade.c 177 bool some; local
184 some = FALSE;
188 printf("\t$%d\n", tp->cash), some++;
191 some++;
195 some++;
197 if (!some)
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
NewGVN.cpp 259 // that are all the same *during some scope in the function*.
285 // leads to wasted propagation, and in some cases, missed optimization. For
633 // SmallPtrSet or DenseSet, for some functions, we spent >20% of all
695 static ExprResult some(const Expression *Expr, Value *ExtraDep = nullptr) { function in struct:__anon5487::NewGVN::ExprResult
698 static ExprResult some(const Expression *Expr, function in struct:__anon5487::NewGVN::ExprResult
702 static ExprResult some(const Expression *Expr, Value *ExtraDep, function in struct:__anon5487::NewGVN::ExprResult
966 // allocator. Some of these are not in creation functions, so we have to accept
1114 return ExprResult::some(createConstantExpression(C));
1120 return ExprResult::some(createVariableExpression(V));
1126 return ExprResult::some(createVariableOrConstant(CC->getLeader()), V)
    [all...]

Completed in 58 milliseconds