Searched refs:guard (Results 51 - 75 of 102) sorted by relevance

12345

/external/v8/src/profiler/
H A Dheap-profiler.cc145 base::LockGuard<base::Mutex> guard(&profiler_mutex_);
/external/compiler-rt/lib/msan/tests/
H A Dmsan_test.cc2401 static void vaargsfn2(int guard, ...) { argument
2403 va_start(vl, guard);
2411 static void vaargsfn(int guard, ...) { argument
2413 va_start(vl, guard);
2430 static void vaargsfn_many(int guard, ...) { argument
2432 va_start(vl, guard);
2458 static void vaargsfn_pass(int guard, ...) { argument
2460 va_start(vl, guard);
2477 static void vaargsfn_copy(int guard, ...) { argument
2479 va_start(vl, guard);
2496 vaargsfn_ptr(int guard, ...) argument
2513 vaargsfn_overflow(int guard, ...) argument
2561 vaargsfn_tlsoverwrite2(int guard, ...) argument
2569 vaargsfn_tlsoverwrite(int guard, ...) argument
2597 vaargsfn_structbyval(int guard, ...) argument
[all...]
/external/libevent/
H A Devent_rpcgen.py1534 # reduce the chance of a collision between guard macros.
1538 guard = self.GuardName(name)
1545 name, guard, guard)
1560 guard = self.GuardName(name)
1561 return '#endif /* %s */' % guard
/external/clang/lib/CodeGen/
H A DItaniumCXXABI.cpp1922 // are disabled, we can just let the guard variable be of type i8.
1944 // Create the guard variable if we don't already have it (as we
1946 llvm::GlobalVariable *guard = CGM.getStaticLocalDeclGuardAddress(&D); local
1947 if (!guard) {
1948 // Mangle the name for the guard.
1955 // Create the guard variable with a zero-initializer.
1957 guard = new llvm::GlobalVariable(CGM.getModule(), guardTy,
1961 guard->setVisibility(var->getVisibility());
1962 // If the variable is thread-local, so is its guard variable.
1963 guard
[all...]
/external/deqp/modules/glshared/
H A DglsStateQueryUtil.hpp174 testCtx.getLog() << TestLog::Message << "// ERROR: Pre-guard value was modified " << TestLog::EndMessage;
183 testCtx.getLog() << TestLog::Message << "// ERROR: Post-guard value was modified " << TestLog::EndMessage;
210 result.fail("pre-guard value was modified");
215 result.fail("post-guard value was modified");
228 std::ostream& operator<< (std::ostream& str, const StateQueryMemoryWriteGuard<T>& guard) argument
230 return str << guard.get();
/external/libvorbis/lib/
H A Dvorbisenc.c396 const noiseguard *guard,
404 p->noisewindowlomin=guard[block].lo;
405 p->noisewindowhimin=guard[block].hi;
406 p->noisewindowfixed=guard[block].fixed;
393 vorbis_encode_noisebias_setup(vorbis_info *vi,double s,int block, const int *suppress, const noise3 *in, const noiseguard *guard, double userbias) argument
/external/valgrind/exp-dhat/
H A Ddh_main.c832 /* Generate the guard condition: "(addr - (SP - RZ)) >u N", for
858 IRTemp guard = newIRTemp(sbOut->tyenv, Ity_I1); local
861 assign(guard,
866 di->guard = mkexpr(guard);
/external/valgrind/VEX/priv/
H A Dhost_mips_isel.c387 /* Do a complete function call. |guard| is a Ity_Bit expression
388 indicating whether or not the call happens. If guard==NULL, the
397 IRExpr* guard,
488 if (go_fast && guard) {
489 if (guard->tag == Iex_Const && guard->Iex.Const.con->tag == Ico_U1
490 && guard->Iex.Const.con->Ico.U1 == True) {
589 guard is 1:Bit. */
591 if (guard) {
592 if (guard
394 doHelperCall( UInt* stackAdjustAfterCall, RetLoc* retloc, ISelEnv* env, IRExpr* guard, IRCallee* cee, IRType retTy, IRExpr** args ) argument
[all...]
H A Dhost_arm64_isel.c467 /* Do a complete function call. |guard| is a Ity_Bit expression
468 indicating whether or not the call happens. If guard==NULL, the
479 IRExpr* guard,
605 if (guard) {
606 if (guard->tag == Iex_Const
607 && guard->Iex.Const.con->tag == Ico_U1
608 && guard->Iex.Const.con->Ico.U1 == True) {
709 guard is 1:Bit. */
711 if (guard) {
712 if (guard
476 doHelperCall( UInt* stackAdjustAfterCall, RetLoc* retloc, ISelEnv* env, IRExpr* guard, IRCallee* cee, IRType retTy, IRExpr** args ) argument
[all...]
H A Dhost_s390_isel.c491 guard is a Ity_Bit expression indicating whether or not the
492 call happens. If guard == NULL, the call is unconditional.
513 ISelEnv *env, IRExpr *guard,
594 if (guard) {
595 if (guard->tag == Iex_Const
596 && guard->Iex.Const.con->tag == Ico_U1
597 && guard->Iex.Const.con->Ico.U1 == True) {
600 cc = s390_isel_cc(env, guard);
3829 doHelperCall(&addToSp, &rloc, env, d->guard, d->cee, retty,
3845 doHelperCall(&addToSp, &rloc, env, d->guard,
511 doHelperCall( UInt *stackAdjustAfterCall, RetLoc *retloc, ISelEnv *env, IRExpr *guard, IRCallee *callee, IRType retTy, IRExpr **args) argument
[all...]
H A Dhost_amd64_isel.c420 /* Do a complete function call. |guard| is a Ity_Bit expression
421 indicating whether or not the call happens. If guard==NULL, the
431 IRExpr* guard,
539 if (guard) {
540 if (guard->tag == Iex_Const
541 && guard->Iex.Const.con->tag == Ico_U1
542 && guard->Iex.Const.con->Ico.U1 == True) {
634 guard is 1:Bit. */
636 if (guard) {
637 if (guard
428 doHelperCall( UInt* stackAdjustAfterCall, RetLoc* retloc, ISelEnv* env, IRExpr* guard, IRCallee* cee, IRType retTy, IRExpr** args ) argument
[all...]
H A Dhost_ppc_isel.c709 /* Do a complete function call. |guard| is a Ity_Bit expression
710 indicating whether or not the call happens. If guard==NULL, the
720 IRExpr* guard,
839 if (go_fast && guard) {
840 if (guard->tag == Iex_Const
841 && guard->Iex.Const.con->tag == Ico_U1
842 && guard->Iex.Const.con->Ico.U1 == True) {
994 guard is 1:Bit. */
996 if (guard) {
997 if (guard
717 doHelperCall( UInt* stackAdjustAfterCall, RetLoc* retloc, ISelEnv* env, IRExpr* guard, IRCallee* cee, IRType retTy, IRExpr** args, IREndness IEndianess) argument
[all...]
H A Dhost_arm_isel.c371 /* Do a complete function call. |guard| is a Ity_Bit expression
372 indicating whether or not the call happens. If guard==NULL, the
383 IRExpr* guard,
487 if (guard) {
488 if (guard->tag == Iex_Const
489 && guard->Iex.Const.con->tag == Ico_U1
490 && guard->Iex.Const.con->Ico.U1 == True) {
621 guard is 1:Bit. */
623 if (guard) {
624 if (guard
380 doHelperCall( UInt* stackAdjustAfterCall, RetLoc* retloc, ISelEnv* env, IRExpr* guard, IRCallee* cee, IRType retTy, IRExpr** args ) argument
[all...]
H A Dhost_x86_isel.c420 /* Do a complete function call. |guard| is a Ity_Bit expression
421 indicating whether or not the call happens. If guard==NULL, the
431 IRExpr* guard,
642 guard is 1:Bit. */
644 if (guard) {
645 if (guard->tag == Iex_Const
646 && guard->Iex.Const.con->tag == Ico_U1
647 && guard->Iex.Const.con->Ico.U1 == True) {
650 cc = iselCondCode( env, guard );
1474 doHelperCall( &addToSp, &rloc, env, NULL/*guard*/,
428 doHelperCall( UInt* stackAdjustAfterCall, RetLoc* retloc, ISelEnv* env, IRExpr* guard, IRCallee* cee, IRType retTy, IRExpr** args ) argument
[all...]
H A Dguest_tilegx_toIR.c242 static IRStmt* dis_branch ( IRExpr* guard, ULong imm ) argument
247 assign(t0, guard);
/external/vixl/test/
H A Dtest-simulator-a64.cc231 SingleEmissionCheckScope guard(&masm);
342 SingleEmissionCheckScope guard(&masm);
468 SingleEmissionCheckScope guard(&masm);
597 SingleEmissionCheckScope guard(&masm);
720 SingleEmissionCheckScope guard(&masm);
838 SingleEmissionCheckScope guard(&masm);
886 SingleEmissionCheckScope guard(&masm);
1248 SingleEmissionCheckScope guard(&masm);
1442 SingleEmissionCheckScope guard(&masm);
1664 SingleEmissionCheckScope guard(
[all...]
/external/cmockery/cmockery_0_1_2/src/
H A Dcmockery.c34 // Size of guard bytes around dynamically allocated blocks.
36 // Pattern used to initialize guard blocks.
1268 // Initialize the guard blocks.
1305 // Check the guard blocks.
1311 char * const guard = guards[i]; local
1313 const char diff = guard[j] - MALLOC_GUARD_PATTERN;
1320 (size_t)&guard[j]);
/external/libunwind/
H A DAndroid.mk43 # src/mi/backtrace.c is misdetected as a bogus header guard by clang 3.5
46 -Wno-header-guard \
/external/valgrind/VEX/useful/
H A Dtest_main.c432 assert(isIRAtom(st->Ist.Exit.guard));
1115 di->guard = cond;
2382 /* First check the guard. */
2383 complainIfUndefined(mce, d->guard);
2605 return isBogusAtom(st->Ist.Exit.guard);
2697 complainIfUndefined( &mce, st->Ist.Exit.guard );
/external/v8/src/heap/
H A Dspaces-inl.h507 base::LockGuard<base::Mutex> guard(&mutex_);
H A Dspaces.cc233 base::LockGuard<base::Mutex> guard(&code_range_mutex_);
242 base::LockGuard<base::Mutex> guard(&code_range_mutex_);
249 base::LockGuard<base::Mutex> guard(&code_range_mutex_);
272 base::LockGuard<base::Mutex> guard(&code_range_mutex_);
899 // Create guard page after the header.
905 // Create guard page before the end.
1608 base::LockGuard<base::Mutex> guard(&mutex_);
2583 base::LockGuard<base::Mutex> guard(&mutex_);
/external/v8/src/regexp/
H A Djsregexp.h884 void AddGuard(Guard* guard, Zone* zone);
944 Guard* guard,
H A Djsregexp.cc1443 void GuardedAlternative::AddGuard(Guard* guard, Zone* zone) { argument
1446 guards_->Add(guard, zone);
1547 Guard* guard,
1549 switch (guard->op()) {
1551 DCHECK(!trace->mentions_reg(guard->reg()));
1552 macro_assembler->IfRegisterGE(guard->reg(),
1553 guard->value(),
1557 DCHECK(!trace->mentions_reg(guard->reg()));
1558 macro_assembler->IfRegisterLT(guard->reg(),
1559 guard
1546 GenerateGuard(RegExpMacroAssembler* macro_assembler, Guard* guard, Trace* trace) argument
[all...]
/external/valgrind/helgrind/
H A Dhg_main.c3404 /* --- events to do with bind guard/clear intercepts --- */
4425 IRExpr* guard ) /* NULL => True */
4522 /* Generate the guard condition: "(addr - (SP - RZ)) >u N", for
4561 /* guardA == "guard on the address" */
4570 di->guard = mkexpr(guardA);
4573 /* If there's a guard on the access itself (as supplied by the
4574 caller of this routine), we need to AND that in to any guard we
4576 if (guard) {
4577 di->guard = mk_And1(sbOut, di->guard, guar
[all...]
/external/guice/lib/
H A Dguava-16.0.1.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/maven/ META-INF/maven/com. ...

Completed in 1207 milliseconds

12345