/external/clang/lib/Sema/ |
D | SemaLambda.cpp | 804 void Sema::ActOnStartOfLambdaDefinition(LambdaIntroducer &Intro, in ActOnStartOfLambdaDefinition() argument 848 EndLoc = Intro.Range.getEnd(); in ActOnStartOfLambdaDefinition() 878 CXXRecordDecl *Class = createLambdaClosureType(Intro.Range, MethodTyInfo, in ActOnStartOfLambdaDefinition() 879 KnownDependent, Intro.Default); in ActOnStartOfLambdaDefinition() 882 startLambdaDefinition(Class, Intro.Range, MethodTyInfo, EndLoc, Params, in ActOnStartOfLambdaDefinition() 894 buildLambdaScope(LSI, Method, Intro.Range, Intro.Default, Intro.DefaultLoc, in ActOnStartOfLambdaDefinition() 908 if (Intro.Default != LCD_None && !Class->getParent()->isFunctionOrMethod() && in ActOnStartOfLambdaDefinition() 912 Diag(Intro.DefaultLoc, diag::err_capture_default_non_local); in ActOnStartOfLambdaDefinition() 919 = Intro.Default == LCD_None? Intro.Range.getBegin() : Intro.DefaultLoc; in ActOnStartOfLambdaDefinition() 920 for (auto C = Intro.Captures.begin(), E = Intro.Captures.end(); C != E; in ActOnStartOfLambdaDefinition() [all …]
|
D | SemaCodeComplete.cpp | 4554 void Sema::CodeCompleteLambdaIntroducer(Scope *S, LambdaIntroducer &Intro, in CodeCompleteLambdaIntroducer() argument 4564 for (const auto &C : Intro.Captures) { in CodeCompleteLambdaIntroducer() 4589 if (!IncludedThis && !AfterAmpersand && Intro.Default != LCD_ByCopy) in CodeCompleteLambdaIntroducer()
|
/external/clang/lib/Parse/ |
D | ParseExprCXX.cpp | 719 LambdaIntroducer Intro; in ParseLambdaExpression() local 720 Optional<unsigned> DiagID = ParseLambdaIntroducer(Intro); in ParseLambdaExpression() 729 return ParseLambdaExpressionAfterIntroducer(Intro); in ParseLambdaExpression() 770 LambdaIntroducer Intro; in TryParseLambdaExpression() local 771 if (TryParseLambdaIntroducer(Intro)) in TryParseLambdaExpression() 774 return ParseLambdaExpressionAfterIntroducer(Intro); in TryParseLambdaExpression() 786 Optional<unsigned> Parser::ParseLambdaIntroducer(LambdaIntroducer &Intro, in ParseLambdaIntroducer() argument 794 Intro.Range.setBegin(T.getOpenLocation()); in ParseLambdaIntroducer() 801 Intro.Default = LCD_ByRef; in ParseLambdaIntroducer() 802 Intro.DefaultLoc = ConsumeToken(); in ParseLambdaIntroducer() [all …]
|
D | ParseInit.cpp | 72 LambdaIntroducer Intro; in MayBeDesignationStart() local 74 Optional<unsigned> DiagID(ParseLambdaIntroducer(Intro, &SkippedInits)); in MayBeDesignationStart()
|
D | ParseTentative.cpp | 614 LambdaIntroducer Intro; in isCXX11AttributeSpecifier() local 615 if (!TryParseLambdaIntroducer(Intro)) { in isCXX11AttributeSpecifier()
|
/external/autotest/client/site_tests/camera_V4L2/ |
D | control | 28 http://www.linuxfordevices.com/c/a/Linux-For-Devices-Articles/Intro-to-V4L2/
|
D | control.certification | 32 http://www.linuxfordevices.com/c/a/Linux-For-Devices-Articles/Intro-to-V4L2/
|
/external/autotest/client/tests/qemu_iotests/ |
D | control | 10 * Intro
|
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/Support/ |
D | FormatVariadicTest.cpp | 510 const char *Intro = in TEST() local 522 Stream << formatv(Intro, std::tuple_size<Tuple>::value, in TEST()
|
/external/mesa3d/src/intel/isl/ |
D | README | 39 Intro
|
/external/llvm/docs/ |
D | index.rst | 32 .. __: http://llvm.org/pubs/2008-10-04-ACAT-LLVM-Intro.html 34 `Intro to LLVM`__
|
D | CompilerWriterInfo.rst | 51 * `Intro to PowerPC Architecture <http://www.ibm.com/developerworks/linux/library/l-powarch/>`_
|
/external/u-boot/board/buffalo/lsxl/ |
D | README | 1 Intro
|
/external/swiftshader/third_party/llvm-7.0/llvm/docs/ |
D | CompilerWriterInfo.rst | 57 * `Intro to PowerPC Architecture <http://www.ibm.com/developerworks/linux/library/l-powarch/>`_
|
D | index.rst | 27 .. __: http://llvm.org/pubs/2008-10-04-ACAT-LLVM-Intro.html 29 `Intro to LLVM`__
|
D | Contributing.rst | 114 `Intro to LLVM`__
|
/external/ltp/doc/ |
D | nommu-notes.txt | 2 --- Intro ---
|
/external/clang/include/clang/Parse/ |
D | Parser.h | 1524 Optional<unsigned> ParseLambdaIntroducer(LambdaIntroducer &Intro, 1526 bool TryParseLambdaIntroducer(LambdaIntroducer &Intro); 1528 LambdaIntroducer &Intro);
|
/external/Reactive-Extensions/RxCpp/ |
D | README.md | 137 * [Intro](http://reactivex.io/intro.html)
|
/external/u-boot/board/sbc8548/ |
D | README | 1 Intro:
|
/external/python/cpython2/Modules/ |
D | gc_weakref.txt | 1 Intro
|
/external/python/cpython3/Modules/ |
D | gc_weakref.txt | 1 Intro
|
/external/v8/tools/mb/docs/ |
D | design_spec.md | 5 ## Intro section in The MB (Meta-Build wrapper) design spec
|
/external/curl/docs/ |
D | INTERNALS.md | 4 - [Intro](#intro) 43 Intro chapter
|
/external/python/cpython2/Objects/ |
D | listsort.txt | 1 Intro
|