/third_party/vixl/src/aarch32/ |
H A D | macro-assembler-aarch32.h | 90 ExactAssemblyScopeWithoutPoolsCheck guard(this, 115 ExactAssemblyScopeWithoutPoolsCheck guard(this, 646 MacroEmissionCheckScope guard(this, pool_policy); in MacroAssembler() 648 ITScope it_scope(this, &cond, guard); in MacroAssembler() 650 ITScope it_scope(allocator_, this, &cond, guard); in MacroAssembler() 673 MacroEmissionCheckScope guard(this, pool_policy); in MacroAssembler() 675 ITScope it_scope(this, &cond, guard); in MacroAssembler() 677 ITScope it_scope(allocator_, this, &cond, guard); in MacroAssembler() 698 MacroEmissionCheckScope guard(this, pool_policy); in MacroAssembler() 700 ITScope it_scope(this, &cond, guard); in MacroAssembler() [all...] |
/third_party/unity/extras/memory/src/ |
H A D | unity_memory.c | 70 Guard* guard; in unity_malloc() local 86 guard = NULL; in unity_malloc() 91 guard = (Guard*)(void*)(&unity_heap[heap_index]); in unity_malloc() 95 guard = (Guard*)UNITY_MALLOC(total_size); in unity_malloc() 97 if (guard == NULL) return NULL; in unity_malloc() 99 guard->size = size; in unity_malloc() 100 guard->guard_space = 0; in unity_malloc() 101 mem = (char*)&(guard[1]); in unity_malloc() 109 Guard* guard = (Guard*)mem; in isOverrun() local 111 guard in isOverrun() 118 Guard* guard = (Guard*)mem; release_memory() local 165 Guard* guard = (Guard*)oldMem; unity_realloc() local [all...] |
/third_party/vixl/src/aarch64/ |
H A D | macro-assembler-aarch64.h | 1132 SingleEmissionCheckScope guard(this); in Adr() 1138 SingleEmissionCheckScope guard(this); in Adrp() 1145 SingleEmissionCheckScope guard(this); in Asr() 1153 SingleEmissionCheckScope guard(this); in Asr() 1183 SingleEmissionCheckScope guard(this); in Bfm() 1193 SingleEmissionCheckScope guard(this); in Bfi() 1199 SingleEmissionCheckScope guard(this); in Bfc() 1209 SingleEmissionCheckScope guard(this); in Bfxil() 1217 SingleEmissionCheckScope guard(this); in Bl() 1222 SingleEmissionCheckScope guard(thi in Bl() [all...] |
H A D | macro-assembler-sve-aarch64.cc | 61 SingleEmissionCheckScope guard(this); in AddSubHelper() 79 MovprfxHelperScope guard(this, zd, zn); in TrySingleAddSub() 101 MovprfxHelperScope guard(this, zd, zn); in IntWideImmHelper() 108 MovprfxHelperScope guard(this, zd, zn); in IntWideImmHelper() 198 SingleEmissionCheckScope guard(this); in Addpl() 213 MacroEmissionCheckScope guard(this); in Addpl() 236 MacroEmissionCheckScope guard(this); in Addpl() 267 SingleEmissionCheckScope guard(this); in Addvl() 291 MacroEmissionCheckScope guard(this); in Addvl() 372 SingleEmissionCheckScope guard(thi in Cpy() [all...] |
/third_party/skia/third_party/externals/abseil-cpp/absl/debugging/internal/ |
H A D | demangle.cc | 280 ComplexityGuard guard(state); in ParseOneCharToken() 281 if (guard.IsTooComplex()) return false; in ParseOneCharToken() 293 ComplexityGuard guard(state); in ParseTwoCharToken() 294 if (guard.IsTooComplex()) return false; in ParseTwoCharToken() 306 ComplexityGuard guard(state); in ParseCharClass() 307 if (guard.IsTooComplex()) return false; in ParseCharClass() 608 ComplexityGuard guard(state); in ParseMangledName() 609 if (guard.IsTooComplex()) return false; in ParseMangledName() 617 ComplexityGuard guard(state); in ParseEncoding() 618 if (guard in ParseEncoding() [all...] |
/third_party/node/deps/v8/src/libplatform/ |
H A D | default-foreground-task-runner.cc | 30 base::MutexGuard guard(&lock_); in Terminate() 48 base::MutexGuard guard(&lock_); in PostTask() 49 PostTaskLocked(std::move(task), kNestable, guard); in PostTask() local 68 base::MutexGuard guard(&lock_); in PostDelayedTask() 69 PostDelayedTaskLocked(std::move(task), delay_in_seconds, kNestable, guard); in PostDelayedTask() local 74 base::MutexGuard guard(&lock_); in PostNonNestableDelayedTask() 75 PostDelayedTaskLocked(std::move(task), delay_in_seconds, kNonNestable, guard); in PostNonNestableDelayedTask() local 80 base::MutexGuard guard(&lock_); in PostIdleTask() 91 base::MutexGuard guard(&lock_); in PostNonNestableTask() 92 PostTaskLocked(std::move(task), kNonNestable, guard); in PostNonNestableTask() local 107 MoveExpiredDelayedTasks( const base::MutexGuard& guard) MoveExpiredDelayedTasks() argument 113 PostTaskLocked(std::move(task), nestability, guard); MoveExpiredDelayedTasks() local [all...] |
H A D | task-queue.cc | 19 base::MutexGuard guard(&lock_); in ~TaskQueue() 25 base::MutexGuard guard(&lock_); in Append() 34 base::MutexGuard guard(&lock_); in GetNext() 51 base::MutexGuard guard(&lock_); in Terminate() 60 base::MutexGuard guard(&lock_); in BlockUntilQueueEmptyForTesting()
|
H A D | default-job.cc | 48 base::MutexGuard guard(&mutex_); in NotifyConcurrencyIncrease() 98 base::MutexGuard guard(&mutex_); in Join() 110 base::MutexGuard guard(&mutex_); in Join() 117 base::MutexGuard guard(&mutex_); in CancelAndWait() 130 base::MutexGuard guard(&mutex_); in IsActive() 136 base::MutexGuard guard(&mutex_); in CanRunFirstTask() 152 base::MutexGuard guard(&mutex_); in DidRunTask() 212 base::MutexGuard guard(&mutex_); in UpdatePriority()
|
/third_party/cJSON/tests/unity/extras/fixture/src/ |
H A D | unity_fixture.c | 184 Guard* guard; in unity_malloc() local 198 guard = NULL; in unity_malloc() 202 guard = (Guard*)&unity_heap[heap_index]; in unity_malloc() 206 guard = (Guard*)UNITY_FIXTURE_MALLOC(total_size); in unity_malloc() 208 if (guard == NULL) return NULL; in unity_malloc() 210 guard->size = size; in unity_malloc() 211 guard->guard_space = 0; in unity_malloc() 212 mem = (char*)&(guard[1]); in unity_malloc() 220 Guard* guard = (Guard*)mem; in isOverrun() local 222 guard in isOverrun() 229 Guard* guard = (Guard*)mem; release_memory() local 270 Guard* guard = (Guard*)oldMem; unity_realloc() local [all...] |
/third_party/jerryscript/tools/ |
H A D | gen-magic-strings.py | 104 def process_guard(guard): 108 if guard.startswith('ndef '): 109 guard = guard.replace('ndef ', '!defined (', 1) + ')' 110 elif guard.startswith('def '): 111 guard = guard.replace('def ', 'defined (', 1) + ')' 112 return guard 169 # Calculate the most compact guard, i.e., if a magic string is 184 guards = {tuple(sorted(guard)) fo [all...] |
/third_party/mesa3d/src/compiler/isaspec/ |
H A D | decode.py | 219 #ifndef _${guard}_ 220 #define _${guard}_ 260 #endif /* _${guard}_ */ 287 #ifndef _${guard}_ 288 #define _${guard}_ 292 #endif /* _${guard}_ */ 304 guard = os.path.basename(glue_h).upper().replace("-", "_").replace(".", "_") variable 305 f.write(Template(glue).render(guard=guard, isa=os.path.basename(dst_h))) 311 guard variable [all...] |
/third_party/typescript/tests/baselines/reference/ |
H A D | typeGuardOfFormThisMember.js | 62 let guard: GenericGuard<File>; 63 if (guard.isLeader) { 64 guard.lead(); 66 else if (guard.isFollower) { 67 guard.follow(); 164 var guard;
variable 165 if (guard.isLeader) {
166 guard.lead();
168 else if (guard.isFollower) {
169 guard [all...] |
H A D | typeGuardFunctionOfFormThis.js | 77 let guard = new ArrowGuard(); 78 if (guard.isElite()) { 79 guard.defend(); 81 else if (guard.isMedic()) { 82 guard.heal(); 250 var guard = new ArrowGuard();
251 if (guard.isElite()) {
252 guard.defend();
254 else if (guard.isMedic()) {
255 guard [all...] |
H A D | typePredicateInLoop.js | 12 const guard = (arg: Type): arg is TypeExt => arg.type === 1; 16 if (guard(arg)) { 29 var guard = function (arg) { return arg.type === 1; };
function 32 if (guard(arg)) {
|
/kernel/linux/linux-5.10/scripts/atomic/ |
H A D | gen-atomic-instrumented.sh | 85 local guard="$(gen_guard "${meta}" "${atomic}" "${pfx}" "${name}" "${sfx}" "${order}")" 93 [ ! -z "${guard}" ] && printf "#if ${guard}\n" 105 [ ! -z "${guard}" ] && printf "#endif\n" 129 local guard="defined(arch_${name}${sfx})" 131 [ -z "${sfx}" ] && guard="!defined(arch_${name}_relaxed) || defined(arch_${name})" 133 printf "#if ${guard}\n"
|
/third_party/node/deps/v8/src/heap/ |
H A D | collection-barrier.cc | 25 base::MutexGuard guard(&mutex_); in TryRequestGC() 56 base::MutexGuard guard(&mutex_); in NotifyShutdownRequested() 63 base::MutexGuard guard(&mutex_); in ResumeThreadsAwaitingCollection() 72 base::MutexGuard guard(&mutex_); in CancelCollectionAndResumeThreads() 86 base::MutexGuard guard(&mutex_); in AwaitCollectionBackground() 97 // The first thread needs to activate the stack guard and post the task. in AwaitCollectionBackground() 101 base::MutexGuard guard(&mutex_); in AwaitCollectionBackground() 124 base::MutexGuard guard(&mutex_); in StopTimeToCollectionTimer()
|
/third_party/rust/crates/cxx/gen/src/ |
H A D | ifndef.rs | 4 pub(super) fn write(out: &mut Content, needed: bool, guard: &str) { 5 let ifndef = format!("#ifndef {}", guard); 6 let define = format!("#define {}", guard); 7 let endif = format!("#endif // {}", guard); 29 panic!("not found in cxx.h header: {}", guard)
|
/third_party/rust/crates/cxx/gen/cmd/src/gen/ |
H A D | ifndef.rs | 4 pub(super) fn write(out: &mut Content, needed: bool, guard: &str) { 5 let ifndef = format!("#ifndef {}", guard); 6 let define = format!("#define {}", guard); 7 let endif = format!("#endif // {}", guard); 29 panic!("not found in cxx.h header: {}", guard)
|
/third_party/rust/crates/cxx/gen/build/src/gen/ |
H A D | ifndef.rs | 4 pub(super) fn write(out: &mut Content, needed: bool, guard: &str) { 5 let ifndef = format!("#ifndef {}", guard); 6 let define = format!("#define {}", guard); 7 let endif = format!("#endif // {}", guard); 29 panic!("not found in cxx.h header: {}", guard)
|
/third_party/rust/crates/cxx/gen/lib/src/gen/ |
H A D | ifndef.rs | 4 pub(super) fn write(out: &mut Content, needed: bool, guard: &str) { 5 let ifndef = format!("#ifndef {}", guard); 6 let define = format!("#define {}", guard); 7 let endif = format!("#endif // {}", guard); 29 panic!("not found in cxx.h header: {}", guard)
|
/kernel/linux/linux-6.6/scripts/ |
H A D | syscallhdr.sh | 68 guard=_UAPI_ASM_$(basename "$outfile" | 73 echo "#ifndef $guard" 74 echo "#define $guard" 97 echo "#endif /* $guard */"
|
H A D | syscallnr.sh | 57 guard=_ASM_$(basename "$outfile" | 62 echo "#ifndef $guard" 63 echo "#define $guard" 73 echo "#endif /* $guard */"
|
/third_party/node/deps/v8/include/cppgc/ |
H A D | cross-thread-persistent.h | 86 PersistentRegionLock guard; in ~BasicCrossThreadPersistent() local 121 PersistentRegionLock guard; in BasicCrossThreadPersistent() 189 PersistentRegionLock guard; in operator =() local 190 AssignSafe(guard, other.Get()); in operator =() 201 PersistentRegionLock guard; in operator =() local 202 AssignSafe(guard, other.Get()); in operator =() 209 PersistentRegionLock guard; in operator =() local 257 PersistentRegionLock guard; in operator =() local 258 AssignSafe(guard, s); in operator =() 280 PersistentRegionLock guard; in Clear() local 360 PersistentRegionLock guard; AssignUnsafe() local [all...] |
/third_party/node/deps/v8/include/v8-include/cppgc/ |
H A D | cross-thread-persistent.h | 86 PersistentRegionLock guard; in ~BasicCrossThreadPersistent() local 121 PersistentRegionLock guard; in BasicCrossThreadPersistent() 190 PersistentRegionLock guard; in operator =() local 191 AssignSafe(guard, other.Get()); in operator =() 202 PersistentRegionLock guard; in operator =() local 203 AssignSafe(guard, other.Get()); in operator =() 210 PersistentRegionLock guard; in operator =() local 259 PersistentRegionLock guard; in operator =() local 260 AssignSafe(guard, s); in operator =() 282 PersistentRegionLock guard; in Clear() local 361 PersistentRegionLock guard; AssignUnsafe() local [all...] |
/third_party/node/deps/openssl/openssl/util/ |
H A D | mkerr.pl | 319 my $guard = $hfile; 321 if ($guard =~ m|^include/|) { 322 $guard = $'; 324 $guard = basename($guard); 326 $guard = "OSSL_" . join('_', split(m|[./]|, uc $guard)); 340 #ifndef $guard 341 # define $guard 414 my $guard [all...] |