HomeSort by relevance Sort by last modified time
    Searched refs:Previous (Results 1 - 25 of 123) sorted by null

1 2 3 4 5

  /external/clang/lib/Format/
ContinuationIndenter.cpp 50 return Tok.isMemberAccess() && Tok.Previous && Tok.Previous->closesScope();
56 const FormatToken &Previous = *Current.Previous;
60 return Previous.is(tok::comma) && !Current.isTrailingComment() &&
61 (Previous.isNot(TT_CtorInitializerComma) ||
100 const FormatToken &Previous = *Current.Previous;
101 assert(&Previous == Current.Previous);
    [all...]
TokenAnnotator.cpp 45 if (!CurrentToken || !CurrentToken->Previous)
47 if (NonTemplateLess.count(CurrentToken->Previous))
50 const FormatToken& Previous = *CurrentToken->Previous;
51 if (Previous.Previous) {
52 if (Previous.Previous->Tok.isLiteral())
54 if (Previous.Previous->is(tok::r_paren) && Contexts.size() > 1 &
    [all...]
  /device/linaro/bootloader/edk2/NetworkPkg/IpSecDxe/
IpSecDebug.h 22 #define IKEV1_DUMP_STATE(Previous, Current) IkeDumpState (Previous, Current, 1)
23 #define IKEV2_DUMP_STATE(Previous, Current) IkeDumpState (Previous, Current, 2)
52 @param[in] Previous The Previous state of IKE.
59 IN UINT32 Previous,
IpSecDebug.c 157 @param[in] Previous The Previous state of IKE.
164 IN UINT32 Previous,
169 if (Previous >= IKE_STATE_NUM || Current >= IKE_STATE_NUM) {
173 if (Previous == Current) {
175 DEBUG ((DEBUG_INFO, "\n****Current state is %a\n", mIkev1StateStr[Previous]));
177 DEBUG ((DEBUG_INFO, "\n****Current state is %a\n", mIkev2StateStr[Previous]));
181 DEBUG ((DEBUG_INFO, "\n****Change state from %a to %a\n", mIkev1StateStr[Previous], mIkev1StateStr[Current]));
183 DEBUG ((DEBUG_INFO, "\n****Change state from %a to %a\n", mIkev2StateStr[Previous], mIkev2StateStr[Current]));
  /external/llvm/include/llvm/ADT/
edit_distance.h 57 // iteration, and the top-left entry is stored in Previous.
77 unsigned Previous = y - 1;
82 Previous + (FromArray[y-1] == ToArray[x-1] ? 0u : 1u),
86 if (FromArray[y-1] == ToArray[x-1]) Row[x] = Previous;
89 Previous = OldRow;
  /external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
edit_distance.h 57 // iteration, and the top-left entry is stored in Previous.
77 unsigned Previous = y - 1;
82 Previous + (FromArray[y-1] == ToArray[x-1] ? 0u : 1u),
86 if (FromArray[y-1] == ToArray[x-1]) Row[x] = Previous;
89 Previous = OldRow;
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/ADT/
edit_distance.h 57 // iteration, and the top-left entry is stored in Previous.
77 unsigned Previous = y - 1;
82 Previous + (FromArray[y-1] == ToArray[x-1] ? 0u : 1u),
86 if (FromArray[y-1] == ToArray[x-1]) Row[x] = Previous;
89 Previous = OldRow;
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/ADT/
edit_distance.h 57 // iteration, and the top-left entry is stored in Previous.
77 unsigned Previous = y - 1;
82 Previous + (FromArray[y-1] == ToArray[x-1] ? 0u : 1u),
86 if (FromArray[y-1] == ToArray[x-1]) Row[x] = Previous;
89 Previous = OldRow;
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/ADT/
edit_distance.h 57 // iteration, and the top-left entry is stored in Previous.
77 unsigned Previous = y - 1;
82 Previous + (FromArray[y-1] == ToArray[x-1] ? 0u : 1u),
86 if (FromArray[y-1] == ToArray[x-1]) Row[x] = Previous;
89 Previous = OldRow;
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/
edit_distance.h 57 // iteration, and the top-left entry is stored in Previous.
77 unsigned Previous = y - 1;
82 Previous + (FromArray[y-1] == ToArray[x-1] ? 0u : 1u),
86 if (FromArray[y-1] == ToArray[x-1]) Row[x] = Previous;
89 Previous = OldRow;
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/ADT/
edit_distance.h 57 // iteration, and the top-left entry is stored in Previous.
77 unsigned Previous = y - 1;
82 Previous + (FromArray[y-1] == ToArray[x-1] ? 0u : 1u),
86 if (FromArray[y-1] == ToArray[x-1]) Row[x] = Previous;
89 Previous = OldRow;
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/ADT/
edit_distance.h 57 // iteration, and the top-left entry is stored in Previous.
77 unsigned Previous = y - 1;
82 Previous + (FromArray[y-1] == ToArray[x-1] ? 0u : 1u),
86 if (FromArray[y-1] == ToArray[x-1]) Row[x] = Previous;
89 Previous = OldRow;
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/ADT/
edit_distance.h 57 // iteration, and the top-left entry is stored in Previous.
77 unsigned Previous = y - 1;
82 Previous + (FromArray[y-1] == ToArray[x-1] ? 0u : 1u),
86 if (FromArray[y-1] == ToArray[x-1]) Row[x] = Previous;
89 Previous = OldRow;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/
edit_distance.h 57 // iteration, and the top-left entry is stored in Previous.
77 unsigned Previous = y - 1;
82 Previous + (FromArray[y-1] == ToArray[x-1] ? 0u : 1u),
86 if (FromArray[y-1] == ToArray[x-1]) Row[x] = Previous;
89 Previous = OldRow;
  /device/linaro/bootloader/edk2/StdLib/LibC/StdLib/
NumericInt.c 188 long Previous;
236 Previous = Result;
238 if( Result <= Previous) { // Detect Overflow
277 unsigned long Previous;
319 Previous = Result;
321 if( Result < Previous) { // If we overflowed
352 long long Previous;
400 Previous = Result;
402 if( Result <= Previous) { // Detect Overflow
441 unsigned long long Previous;
    [all...]
  /external/clang/lib/Frontend/
FrontendAction.cpp 40 ASTDeserializationListener *Previous;
45 ASTDeserializationListener *Previous, bool DeletePrevious)
46 : Previous(Previous), DeletePrevious(DeletePrevious) {}
49 delete Previous;
53 if (Previous)
54 Previous->ReaderInitialized(Reader);
58 if (Previous)
59 Previous->IdentifierRead(ID, II);
62 if (Previous)
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Library/UefiBootManagerLib/
BmMisc.c 143 UINT32 Previous;
197 // If the previous Memory Type Information is not available, then set defaults
212 DEBUG ((EFI_D_INFO, "Memory Previous Current Next \n"));
228 // Previous is the number of pages pre-allocated
231 Previous = PreviousMemoryTypeInformation[Index].NumberOfPages;
233 Next = Previous;
241 if ((Current + (Current >> 1)) < Previous) {
245 } else if (Current > Previous) {
252 if (Next != Previous) {
257 DEBUG ((EFI_D_INFO, " %02x %08x %08x %08x\n", PreviousMemoryTypeInformation[Index].Type, Previous, Current, Next));
    [all...]
  /external/clang/include/clang/AST/
Redeclarable.h 41 typedef Decl *Previous;
44 /// we've not yet set the previous decl or there isn't one), or to a known
45 /// previous declaration.
46 typedef llvm::PointerUnion<Previous, UninitializedLatest> NotKnownLatest;
57 : Next(NotKnownLatest(Previous(D))) {}
63 Next.get<NotKnownLatest>().template is<Previous>();
71 if (NKL.is<Previous>())
72 return static_cast<decl_type*>(NKL.get<Previous>());
85 Next = Previous(D);
122 /// If NextIsPrevious() is true, this is a link to the previous declaratio
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/AST/
Redeclarable.h 40 typedef Decl *Previous;
43 /// we've not yet set the previous decl or there isn't one), or to a known
44 /// previous declaration.
45 typedef llvm::PointerUnion<Previous, UninitializedLatest> NotKnownLatest;
56 : Next(NotKnownLatest(Previous(D))) {}
62 Next.get<NotKnownLatest>().template is<Previous>();
70 if (NKL.is<Previous>())
71 return static_cast<decl_type*>(NKL.get<Previous>());
84 Next = Previous(D);
121 /// If NextIsPrevious() is true, this is a link to the previous declaratio
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/AST/
Redeclarable.h 40 typedef Decl *Previous;
43 /// we've not yet set the previous decl or there isn't one), or to a known
44 /// previous declaration.
45 typedef llvm::PointerUnion<Previous, UninitializedLatest> NotKnownLatest;
56 : Next(NotKnownLatest(Previous(D))) {}
62 Next.get<NotKnownLatest>().template is<Previous>();
70 if (NKL.is<Previous>())
71 return static_cast<decl_type*>(NKL.get<Previous>());
84 Next = Previous(D);
121 /// If NextIsPrevious() is true, this is a link to the previous declaratio
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/AST/
Redeclarable.h 40 typedef Decl *Previous;
43 /// we've not yet set the previous decl or there isn't one), or to a known
44 /// previous declaration.
45 typedef llvm::PointerUnion<Previous, UninitializedLatest> NotKnownLatest;
56 : Next(NotKnownLatest(Previous(D))) {}
62 Next.get<NotKnownLatest>().template is<Previous>();
70 if (NKL.is<Previous>())
71 return static_cast<decl_type*>(NKL.get<Previous>());
84 Next = Previous(D);
121 /// If NextIsPrevious() is true, this is a link to the previous declaratio
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
Redeclarable.h 40 typedef Decl *Previous;
43 /// we've not yet set the previous decl or there isn't one), or to a known
44 /// previous declaration.
45 typedef llvm::PointerUnion<Previous, UninitializedLatest> NotKnownLatest;
56 : Next(NotKnownLatest(Previous(D))) {}
62 Next.get<NotKnownLatest>().template is<Previous>();
70 if (NKL.is<Previous>())
71 return static_cast<decl_type*>(NKL.get<Previous>());
84 Next = Previous(D);
121 /// If NextIsPrevious() is true, this is a link to the previous declaratio
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/AST/
Redeclarable.h 40 typedef Decl *Previous;
43 /// we've not yet set the previous decl or there isn't one), or to a known
44 /// previous declaration.
45 typedef llvm::PointerUnion<Previous, UninitializedLatest> NotKnownLatest;
56 : Next(NotKnownLatest(Previous(D))) {}
62 Next.get<NotKnownLatest>().template is<Previous>();
70 if (NKL.is<Previous>())
71 return static_cast<decl_type*>(NKL.get<Previous>());
84 Next = Previous(D);
121 /// If NextIsPrevious() is true, this is a link to the previous declaratio
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/AST/
Redeclarable.h 40 typedef Decl *Previous;
43 /// we've not yet set the previous decl or there isn't one), or to a known
44 /// previous declaration.
45 typedef llvm::PointerUnion<Previous, UninitializedLatest> NotKnownLatest;
56 : Next(NotKnownLatest(Previous(D))) {}
62 Next.get<NotKnownLatest>().template is<Previous>();
70 if (NKL.is<Previous>())
71 return static_cast<decl_type*>(NKL.get<Previous>());
84 Next = Previous(D);
121 /// If NextIsPrevious() is true, this is a link to the previous declaratio
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/AST/
Redeclarable.h 40 typedef Decl *Previous;
43 /// we've not yet set the previous decl or there isn't one), or to a known
44 /// previous declaration.
45 typedef llvm::PointerUnion<Previous, UninitializedLatest> NotKnownLatest;
56 : Next(NotKnownLatest(Previous(D))) {}
62 Next.get<NotKnownLatest>().template is<Previous>();
70 if (NKL.is<Previous>())
71 return static_cast<decl_type*>(NKL.get<Previous>());
84 Next = Previous(D);
121 /// If NextIsPrevious() is true, this is a link to the previous declaratio
    [all...]

Completed in 1089 milliseconds

1 2 3 4 5