Home
last modified time | relevance | path

Searched refs:Intro (Results 1 – 25 of 38) sorted by relevance

12

/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaLambda.cpp900 void Sema::ActOnStartOfLambdaDefinition(LambdaIntroducer &Intro, in ActOnStartOfLambdaDefinition() argument
964 EndLoc = Intro.Range.getEnd(); in ActOnStartOfLambdaDefinition()
1005 DiagnoseUnexpandedParameterPack(Intro.Range.getBegin(), MethodTyInfo, in ActOnStartOfLambdaDefinition()
1010 Intro.Range, MethodTyInfo, LambdaDependencyKind, Intro.Default); in ActOnStartOfLambdaDefinition()
1012 startLambdaDefinition(Class, Intro.Range, MethodTyInfo, EndLoc, Params, in ActOnStartOfLambdaDefinition()
1045 buildLambdaScope(LSI, Method, Intro.Range, Intro.Default, Intro.DefaultLoc, in ActOnStartOfLambdaDefinition()
1059 if (Intro.Default != LCD_None && !Class->getParent()->isFunctionOrMethod() && in ActOnStartOfLambdaDefinition()
1063 Diag(Intro.DefaultLoc, diag::err_capture_default_non_local); in ActOnStartOfLambdaDefinition()
1070 = Intro.Default == LCD_None? Intro.Range.getBegin() : Intro.DefaultLoc; in ActOnStartOfLambdaDefinition()
1071 for (auto C = Intro.Captures.begin(), E = Intro.Captures.end(); C != E; in ActOnStartOfLambdaDefinition()
[all …]
/openbsd-src/gnu/llvm/clang/lib/Parse/
H A DParseExprCXX.cpp737 LambdaIntroducer Intro; in ParseLambdaExpression() local
738 if (ParseLambdaIntroducer(Intro)) { in ParseLambdaExpression()
745 return ParseLambdaExpressionAfterIntroducer(Intro); in ParseLambdaExpression()
783 LambdaIntroducer Intro; in TryParseLambdaExpression() local
787 if (ParseLambdaIntroducer(Intro, &Tentative)) { in TryParseLambdaExpression()
801 Intro = LambdaIntroducer(); in TryParseLambdaExpression()
802 if (ParseLambdaIntroducer(Intro)) in TryParseLambdaExpression()
814 return ParseLambdaExpressionAfterIntroducer(Intro); in TryParseLambdaExpression()
826 bool Parser::ParseLambdaIntroducer(LambdaIntroducer &Intro, in ParseLambdaIntroducer() argument
835 Intro.Range.setBegin(T.getOpenLocation()); in ParseLambdaIntroducer()
[all …]
H A DParseInit.cpp75 LambdaIntroducer Intro; in MayBeDesignationStart() local
77 if (ParseLambdaIntroducer(Intro, &ParseResult)) { in MayBeDesignationStart()
H A DParseTentative.cpp750 LambdaIntroducer Intro; in isCXX11AttributeSpecifier() local
752 if (ParseLambdaIntroducer(Intro, &Tentative)) { in isCXX11AttributeSpecifier()
/openbsd-src/gnu/lib/libstdc++/libstdc++/docs/doxygen/
H A Drun_doxygen256 cp ${srcdir}/docs/doxygen/Intro.3 C++Intro.3
/openbsd-src/gnu/llvm/llvm/docs/
H A Dindex.rst30 .. __: https://llvm.org/pubs/2008-10-04-ACAT-LLVM-Intro.html
32 `Intro to LLVM`__
H A DCompilerWriterInfo.rst90 * `Intro to PowerPC Architecture <http://www.ibm.com/developerworks/linux/library/l-powarch/>`_
H A DContributing.rst192 `Intro to LLVM`__
/openbsd-src/gnu/gcc/libstdc++-v3/docs/doxygen/
H A Drun_doxygen282 cp ${srcdir}/docs/doxygen/Intro.3 C++Intro.3
/openbsd-src/gnu/llvm/clang/include/clang/Driver/
H A DClangOptionDocs.td10 code Intro =[{..
/openbsd-src/gnu/llvm/clang/include/clang/Basic/
H A DDiagnosticDocs.td10 code Intro =[{..
/openbsd-src/gnu/usr.bin/cvs/doc/
H A Dcvs.info-986 * Administrative files (intro): Intro administrative files.
88 * Administrative files, editing them: Intro administrative files.
216 * CVSROOT, module name: Intro administrative files.
233 * Defining modules (intro): Intro administrative files.
252 * Editing administrative files: Intro administrative files.
395 * Modules file: Intro administrative files.
H A Dcvs.info58 Node: Intro administrative files49250
H A Dcvs.aux58 'xrdef {Intro administrative files-title}{The administrative files}
59 'xrdef {Intro administrative files-pg}{16}
60 'xrdef {Intro administrative files-snt}{Section'tie2.4}
H A Dcvs.info-225 File: cvs.info, Node: Intro administrative files, Next: Multiple repositories, Prev: Working dir…
67 File: cvs.info, Node: Multiple repositories, Next: Creating a repository, Prev: Intro administra…
416 `$CVSROOT/CVSROOT/passwd' (*note Intro administrative files::). It
1002 Intro administrative files::, for an introduction. *Note
H A Dcvs.info-1474 * Intro administrative files:: Defining modules
915 File: cvs.info, Node: Working directory storage, Next: Intro administrative files, Prev: Reposit…
/openbsd-src/usr.sbin/pkg_add/
H A DMakefile98 OpenBSD::Intro \
/openbsd-src/gnu/usr.bin/gcc/gcc/doc/
H A Dgcov.texi41 * Gcov Intro:: Introduction to gcov.
47 @node Gcov Intro
/openbsd-src/usr.sbin/pkg_add/OpenBSD/
H A DIntro.pod1 $OpenBSD: Intro.pod,v 1.2 2022/05/11 07:51:47 espie Exp $
5 OpenBSD::Intro - Introduction to the pkg tools internals
/openbsd-src/gnu/gcc/gcc/doc/
H A Dgcov.texi41 * Gcov Intro:: Introduction to gcov.
48 @node Gcov Intro
/openbsd-src/gnu/usr.bin/texinfo/
H A Ddir-example96 * Intro Elisp: (emacs-lisp-intro). Introduction to Elisp programming.
/openbsd-src/gnu/llvm/clang/include/clang/Parse/
H A DParser.h1928 ParseLambdaIntroducer(LambdaIntroducer &Intro,
1930 ExprResult ParseLambdaExpressionAfterIntroducer(LambdaIntroducer &Intro);
/openbsd-src/gnu/usr.bin/texinfo/util/
H A Ddir-example142 * Intro Elisp: (emacs-lisp-intro). Introduction to Elisp programming.
/openbsd-src/gnu/lib/libstdc++/libstdc++/
H A DChangeLog-2001171 * docs/doxygen/Intro.3: New 'Allocators' module.
820 docs/doxygen/doxygroups.cc, docs/doxygen/Intro.3,
864 * docs/doxygen/Intro.3: More notes.
998 * docs/doxygen/Intro.3: Expand "top-level" man page.
1541 * docs/doxygen/Intro.3: New file, general intro to the man pages.
/openbsd-src/usr.sbin/amd/doc/
H A Damdref.texinfo97 * Intro:: An introduction to Automounting concepts.
148 @node Distrib, Intro, License, Top
183 @node Intro, Overview, Distrib, Top
209 @node Overview, Supported Platforms, Intro, Top

12