HomeSort by relevance Sort by last modified time
    Searched refs:ExpectedState (Results 1 - 13 of 13) sorted by null

  /external/clang/include/clang/Analysis/Analyses/
Consumed.h 66 /// \param ExpectedState -- The state the return value was expected to be
73 StringRef ExpectedState,
78 StringRef ExpectedState,
95 /// \param ExpectedState -- The state the return value was expected to be
101 StringRef ExpectedState,
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/Analysis/Analyses/
Consumed.h 66 /// \param ExpectedState -- The state the return value was expected to be
73 StringRef ExpectedState,
78 StringRef ExpectedState,
95 /// \param ExpectedState -- The state the return value was expected to be
101 StringRef ExpectedState,
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/Analysis/Analyses/
Consumed.h 66 /// \param ExpectedState -- The state the return value was expected to be
73 StringRef ExpectedState,
78 StringRef ExpectedState,
95 /// \param ExpectedState -- The state the return value was expected to be
101 StringRef ExpectedState,
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/Analysis/Analyses/
Consumed.h 66 /// \param ExpectedState -- The state the return value was expected to be
73 StringRef ExpectedState,
78 StringRef ExpectedState,
95 /// \param ExpectedState -- The state the return value was expected to be
101 StringRef ExpectedState,
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Analysis/Analyses/
Consumed.h 66 /// \param ExpectedState -- The state the return value was expected to be
73 StringRef ExpectedState,
78 StringRef ExpectedState,
95 /// \param ExpectedState -- The state the return value was expected to be
101 StringRef ExpectedState,
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/Analysis/Analyses/
Consumed.h 66 /// \param ExpectedState -- The state the return value was expected to be
73 StringRef ExpectedState,
78 StringRef ExpectedState,
95 /// \param ExpectedState -- The state the return value was expected to be
101 StringRef ExpectedState,
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/Analysis/Analyses/
Consumed.h 66 /// \param ExpectedState -- The state the return value was expected to be
73 StringRef ExpectedState,
78 StringRef ExpectedState,
95 /// \param ExpectedState -- The state the return value was expected to be
101 StringRef ExpectedState,
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/Analysis/Analyses/
Consumed.h 66 /// \param ExpectedState -- The state the return value was expected to be
73 StringRef ExpectedState,
78 StringRef ExpectedState,
95 /// \param ExpectedState -- The state the return value was expected to be
101 StringRef ExpectedState,
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Analysis/Analyses/
Consumed.h 66 /// \param ExpectedState -- The state the return value was expected to be
73 StringRef ExpectedState,
78 StringRef ExpectedState,
95 /// \param ExpectedState -- The state the return value was expected to be
101 StringRef ExpectedState,
  /external/clang/unittests/Lex/
PPCallbacksTest.cpp 335 unsigned ExpectedState = 1;
336 ASSERT_EQ(ExpectedState, Parameters.State);
347 unsigned ExpectedState = 0;
348 ASSERT_EQ(ExpectedState, Parameters.State);
  /external/clang/lib/Analysis/
Consumed.cpp 638 ConsumedState ExpectedState = mapParamTypestateAttrState(PTA);
640 if (ParamState != ExpectedState)
643 stateToString(ExpectedState), stateToString(ParamState));
893 ConsumedState ExpectedState = Analyzer.getExpectedReturnState();
895 if (ExpectedState != CS_None) {
901 if (RetState != ExpectedState)
903 Ret->getReturnLoc(), stateToString(ExpectedState),
    [all...]
  /device/linaro/bootloader/edk2/OvmfPkg/XenPvBlkDxe/
BlockFront.c 105 Wait until until the backend has reached the ExpectedState.
108 @param ExpectedState The backend state expected.
111 @return Return XENSTORE_STATUS_SUCCESS if the new backend state is ExpectedState
118 IN XenbusState ExpectedState,
139 if (State == ExpectedState) {
141 } else if (State > ExpectedState) {
147 ExpectedState, State));
  /external/clang/lib/Sema/
AnalysisBasedWarnings.cpp     [all...]

Completed in 3927 milliseconds