HomeSort by relevance Sort by last modified time
    Searched defs:End (Results 226 - 238 of 238) sorted by null

1 2 3 4 5 6 7 8 910

  /external/clang/lib/AST/
ASTContext.cpp 69 assert(std::is_sorted(RawComments.begin(), RawComments.end(),
182 ArrayRef<RawComment *>::iterator MaybeBeforeDecl = RawComments.end() - 1;
191 assert(Comment == std::lower_bound(RawComments.begin(), RawComments.end(),
195 Comment = std::lower_bound(RawComments.begin(), RawComments.end(),
205 if (Comment != RawComments.end() &&
231 // Decompose the end of the comment.
341 if (Pos != RedeclComments.end()) {
357 if (Pos != RedeclComments.end()) {
450 if (Pos != ParsedComments.end()) {
556 PEnd = Params->end();
    [all...]
  /external/clang/lib/Sema/
SemaChecking.cpp     [all...]
SemaExpr.cpp 315 if (Pos != SuppressedDiagnostics.end()) {
421 // "nullPos" is the number of formal parameters at the end which
    [all...]
  /external/clang/lib/Serialization/
ASTReader.cpp 262 ExistingTargetOpts.FeaturesAsWritten.end());
264 TargetOpts.FeaturesAsWritten.end());
265 std::sort(ExistingFeatures.begin(), ExistingFeatures.end());
266 std::sort(ReadFeatures.begin(), ReadFeatures.end());
272 ExistingFeatures.begin(), ExistingFeatures.end(), ReadFeatures.begin(),
273 ReadFeatures.end(), std::back_inserter(UnmatchedExistingFeatures));
274 std::set_difference(ReadFeatures.begin(), ReadFeatures.end(),
275 ExistingFeatures.begin(), ExistingFeatures.end(),
460 // Note: GCC drops anything following an end-of-line character.
461 StringRef::size_type End = MacroBody.find_first_of("\n\r")
8159 SourceLocation end = ReadSourceLocation(F, Record, Idx); local
    [all...]
  /external/libvpx/libvpx/third_party/googletest/src/include/gtest/
gtest.h 7953 const_iterator end() const { return array_ + size_; } function in class:testing::internal::NativeArray
10171 iterator end() const { return iterator(impl_->End()); } function in class:testing::internal::ParamGenerator
    [all...]
  /external/protobuf/gtest/fused-src/gtest/
gtest.h 8668 iterator end() const { return iterator(impl_->End()); } function in class:testing::internal::ParamGenerator
    [all...]
  /external/v8/src/
hydrogen.cc 202 void HBasicBlock::Finish(HControlInstruction* end, HSourcePosition position) {
204 AddInstruction(end, position);
205 end_ = end;
206 for (HSuccessorIterator it(end); !it.Done(); it.Advance()) {
272 DCHECK(predecessor->end()->IsGoto());
273 HSimulate* simulate = HSimulate::cast(predecessor->end()->previous());
331 HBasicBlock* succ_block = end()->SuccessorAt(succ);
441 HControlInstruction* end = dominator_candidate->end(); local
442 for (HSuccessorIterator it(end); !it.Done(); it.Advance())
553 HControlInstruction* end = stack_.RemoveLast()->end(); local
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/include/gtest/
gtest.h 7953 const_iterator end() const { return array_ + size_; } function in class:testing::internal::NativeArray
10171 iterator end() const { return iterator(impl_->End()); } function in class:testing::internal::ParamGenerator
    [all...]
  /external/mesa3d/src/mesa/main/
mtypes.h 898 GLfloat End; /**< End distance in eye coords */
903 GLfloat _Scale; /**< (End == Start) ? 1.0 : 1.0 / (End - Start) */
1054 /*--- End Pixel Transfer State ---*/
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
winioctl.h 763 LARGE_INTEGER End;
    [all...]
shobjidl.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
ntddk.h 336 ULONGLONG End;
1016 ULONG End;
    [all...]
wdm.h     [all...]

Completed in 1229 milliseconds

1 2 3 4 5 6 7 8 910