HomeSort by relevance Sort by last modified time
    Searched refs:NewState (Results 51 - 75 of 145) sorted by null

1 23 4 5 6

  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/StaticAnalyzer/Core/PathSensitive/
CallEvent.h 363 CallEventRef<T> cloneWithState(ProgramStateRef NewState) const;
366 CallEventRef<> cloneWithState(ProgramStateRef NewState) const {
367 return cloneWithState<CallEvent>(NewState);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/StaticAnalyzer/Core/PathSensitive/
CallEvent.h 363 CallEventRef<T> cloneWithState(ProgramStateRef NewState) const;
366 CallEventRef<> cloneWithState(ProgramStateRef NewState) const {
367 return cloneWithState<CallEvent>(NewState);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/StaticAnalyzer/Core/PathSensitive/
CallEvent.h 363 CallEventRef<T> cloneWithState(ProgramStateRef NewState) const;
366 CallEventRef<> cloneWithState(ProgramStateRef NewState) const {
367 return cloneWithState<CallEvent>(NewState);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/StaticAnalyzer/Core/PathSensitive/
CallEvent.h 363 CallEventRef<T> cloneWithState(ProgramStateRef NewState) const;
366 CallEventRef<> cloneWithState(ProgramStateRef NewState) const {
367 return cloneWithState<CallEvent>(NewState);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/StaticAnalyzer/Core/PathSensitive/
CallEvent.h 363 CallEventRef<T> cloneWithState(ProgramStateRef NewState) const;
366 CallEventRef<> cloneWithState(ProgramStateRef NewState) const {
367 return cloneWithState<CallEvent>(NewState);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
CallEvent.h 363 CallEventRef<T> cloneWithState(ProgramStateRef NewState) const;
366 CallEventRef<> cloneWithState(ProgramStateRef NewState) const {
367 return cloneWithState<CallEvent>(NewState);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/StaticAnalyzer/Core/PathSensitive/
CallEvent.h 363 CallEventRef<T> cloneWithState(ProgramStateRef NewState) const;
366 CallEventRef<> cloneWithState(ProgramStateRef NewState) const {
367 return cloneWithState<CallEvent>(NewState);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/StaticAnalyzer/Core/PathSensitive/
CallEvent.h 363 CallEventRef<T> cloneWithState(ProgramStateRef NewState) const;
366 CallEventRef<> cloneWithState(ProgramStateRef NewState) const {
367 return cloneWithState<CallEvent>(NewState);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/StaticAnalyzer/Core/PathSensitive/
CallEvent.h 363 CallEventRef<T> cloneWithState(ProgramStateRef NewState) const;
366 CallEventRef<> cloneWithState(ProgramStateRef NewState) const {
367 return cloneWithState<CallEvent>(NewState);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/StaticAnalyzer/Core/PathSensitive/
CallEvent.h 363 CallEventRef<T> cloneWithState(ProgramStateRef NewState) const;
366 CallEventRef<> cloneWithState(ProgramStateRef NewState) const {
367 return cloneWithState<CallEvent>(NewState);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/StaticAnalyzer/Core/PathSensitive/
CallEvent.h 363 CallEventRef<T> cloneWithState(ProgramStateRef NewState) const;
366 CallEventRef<> cloneWithState(ProgramStateRef NewState) const {
367 return cloneWithState<CallEvent>(NewState);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/StaticAnalyzer/Core/PathSensitive/
CallEvent.h 363 CallEventRef<T> cloneWithState(ProgramStateRef NewState) const;
366 CallEventRef<> cloneWithState(ProgramStateRef NewState) const {
367 return cloneWithState<CallEvent>(NewState);
    [all...]
  /external/llvm/lib/Transforms/Scalar/
RewriteStatepointsForGC.cpp 768 BDVState NewState;
770 NewState = meetBDVState(NewState, getStateForInput(SI->getTrueValue()));
771 NewState =
772 meetBDVState(NewState, getStateForInput(SI->getFalseValue()));
775 NewState = meetBDVState(NewState, getStateForInput(Val));
779 NewState =
780 meetBDVState(NewState, getStateForInput(EE->getVectorOperand()));
785 NewState = meetBDVState(NewState, getStateForInput(IE->getOperand(0)))
    [all...]
  /external/mesa3d/src/mesa/drivers/x11/
xm_dd.c 315 if (swrast->NewState)
354 if (swrast->NewState)
446 if (swrast->NewState)
486 if (swrast->NewState)
576 if (swrast->NewState)
  /external/mesa3d/src/mesa/state_tracker/
st_draw.c 194 assert(ctx->NewState == 0x0);
301 assert(ctx->NewState == 0x0);
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Compatibility/MpServicesOnFrameworkMpServicesThunk/
MpServicesOnFrameworkMpServicesThunk.h 302 @param EnableAP Indicates whether the newstate of the AP is enabled or disabled.
498 @param NewState Desired state of the specified AP.
506 IN BOOLEAN NewState
  /external/llvm/lib/CodeGen/
RegAllocFast.cpp 181 void definePhysReg(MachineInstr &MI, unsigned PhysReg, RegState NewState);
417 RegState NewState) {
427 PhysRegState[PhysReg] = NewState;
432 PhysRegState[PhysReg] = NewState;
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_compute.c 186 if (ctx->NewState)
  /external/mesa3d/src/mesa/swrast/
s_clear.c 225 if (SWRAST_CONTEXT(ctx)->NewState)
s_context.h 252 GLbitfield NewState;
260 * When the NewState mask intersects these masks, we invalidate the
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
RegAllocFast.cpp 160 void definePhysReg(MachineInstr *MI, unsigned PhysReg, RegState NewState);
384 RegState NewState) {
394 PhysRegState[PhysReg] = NewState;
399 PhysRegState[PhysReg] = NewState;
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
mountmgr.h 161 MOUNTMGR_AUTO_MOUNT_STATE NewState;
  /external/mesa3d/src/mesa/main/
api_arrayelt.c 68 GLbitfield NewState;
    [all...]
texobj.c 935 ctx->NewState |= _NEW_TEXTURE;
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
audiopolicy.h 120 AudioSessionState NewState) = 0;
176 AudioSessionState NewState);
200 #define IAudioSessionEvents_OnStateChanged(This,NewState) (This)->lpVtbl->OnStateChanged(This,NewState)
229 static FORCEINLINE HRESULT IAudioSessionEvents_OnStateChanged(IAudioSessionEvents* This,AudioSessionState NewState) {
230 return This->lpVtbl->OnStateChanged(This,NewState);
290 AudioSessionState NewState);
    [all...]

Completed in 1165 milliseconds

1 23 4 5 6