Home
last modified time | relevance | path

Searched refs:PendingCall (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/MCTargetDesc/
DMipsNaClELFStreamer.cpp56 bool PendingCall = false; member in __anon2e94d4ce0111::MipsNaClELFStreamer
150 if (PendingCall) in EmitInstruction()
168 if (PendingCall) in EmitInstruction()
180 if (PendingCall) in EmitInstruction()
190 PendingCall = true; in EmitInstruction()
193 if (PendingCall) { in EmitInstruction()
197 PendingCall = false; in EmitInstruction()
/third_party/grpc/src/core/lib/surface/
Dserver.cc234 struct PendingCall { in RequestCallWithPossiblePublish() struct
239 PendingCall pending_call; in RequestCallWithPossiblePublish()
254 PendingCall next_pending = pop_next_pending(); in RequestCallWithPossiblePublish()