| /openbsd-src/gnu/usr.bin/gcc/gcc/ |
| H A D | builtin-attrs.def | 56 /* Construct a tree for a given integer and a list containing it. */ 68 /* Construct a tree for a list of two integers. */ 83 /* Construct tress for identifiers. */ 119 /* Construct a tree for a format attribute. */ 139 /* Construct a tree for a format_arg attribute. */ 147 /* Construct a tree for a bounded attribute. */
|
| /openbsd-src/gnu/gcc/gcc/ |
| H A D | builtin-attrs.def | 48 /* Construct a tree for a given integer and a list containing it. */ 62 /* Construct a tree for a list of two integers. */ 81 /* Construct trees for identifiers. */ 159 /* Construct a tree for a format attribute. */ 183 /* Construct a tree for a format_arg attribute. */ 191 /* Construct a tree for a bounded attribute. */
|
| H A D | common.opt | 1100 Construct webs and split unrelated uses of single variable
|
| /openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Core/ |
| H A D | BugReporter.cpp | 1995 PathDiagnosticConstruct Construct(PDC, ErrorNode, R); in generate() local 2013 Construct.PD->setEndOfPath(LastPiece); in generate() 2015 PathDiagnosticLocation PrevLoc = Construct.PD->getLocation(); in generate() 2018 while (Construct.ascendToPrevNode()) { in generate() 2019 generatePathDiagnosticsForNode(Construct, PrevLoc); in generate() 2021 auto VisitorNotes = VisitorsDiagnostics->find(Construct.getCurrentNode()); in generate() 2037 addEdgeToPath(Construct.getActivePath(), PrevLoc, Note->getLocation()); in generate() 2038 updateStackPiecesWithMessage(Note, Construct.CallStack); in generate() 2039 Construct.getActivePath().push_front(Note); in generate() 2047 Construct.getLocationContextForActivePath()->getStackFrame(); in generate() [all …]
|
| /openbsd-src/gnu/llvm/compiler-rt/lib/sanitizer_common/tests/ |
| H A D | sanitizer_ring_buffer_test.cpp | 29 TEST(RingBuffer, Construct) { in TEST() argument
|
| /openbsd-src/gnu/llvm/clang/lib/AST/ |
| H A D | DeclPrinter.cpp | 344 } else if (CXXConstructExpr *Construct = in PrintConstructorInitializers() local 346 Args = Construct->getArgs(); in PrintConstructorInitializers() 347 NumArgs = Construct->getNumArgs(); in PrintConstructorInitializers() 900 } else if (CXXConstructExpr *Construct = in VisitVarDecl() local 903 !Construct->isListInitialization()) { in VisitVarDecl() 904 ImplicitInit = Construct->getNumArgs() == 0 || in VisitVarDecl() 905 Construct->getArg(0)->isDefaultArgument(); in VisitVarDecl()
|
| H A D | DeclCXX.cpp | 2678 if (const auto *Construct = dyn_cast<CXXConstructExpr>(E)) in getTargetConstructor() local 2679 return Construct->getConstructor(); in getTargetConstructor()
|
| /openbsd-src/gnu/llvm/llvm/lib/Support/Unix/ |
| H A D | Threading.inc | 64 // Construct the attributes object. 83 // Construct and execute the thread.
|
| /openbsd-src/gnu/llvm/llvm/bindings/ocaml/debuginfo/ |
| H A D | llvm_debuginfo.mli | 103 (** [diflags_set f] Construct an lldiflags value with a single flag [f]. *) 163 (** [dibuild_finalize dib] Construct any deferred debug info descriptors. *)
|
| /openbsd-src/gnu/usr.bin/perl/lib/feature/ |
| H A D | unicode_strings.t | 152 # Construct the expected full Latin1 values without using anything we're
|
| /openbsd-src/gnu/usr.bin/binutils-2.17/ |
| H A D | gettext.m4 | 206 dnl Construct list of names of catalog files to be constructed.
|
| /openbsd-src/gnu/usr.bin/binutils/ |
| H A D | gettext.m4 | 204 dnl Construct list of names of catalog files to be constructed.
|
| /openbsd-src/gnu/usr.bin/binutils/intl/ |
| H A D | aclocal.m4 | 247 dnl Construct list of names of catalog files to be constructed.
|
| /openbsd-src/gnu/usr.bin/binutils-2.17/intl/ |
| H A D | aclocal.m4 | 247 dnl Construct list of names of catalog files to be constructed.
|
| /openbsd-src/gnu/llvm/clang/lib/CodeGen/ |
| H A D | CGDecl.cpp | 1712 if (const CXXConstructExpr *Construct = dyn_cast<CXXConstructExpr>(Init)) in isTrivialInitializer() local 1713 if (CXXConstructorDecl *Constructor = Construct->getConstructor()) in isTrivialInitializer() 1716 !Construct->requiresZeroInitialization()) in isTrivialInitializer()
|
| /openbsd-src/gnu/llvm/clang/www/ |
| H A D | libstdc++4.4-clang0x.patch | 503 * @brief Construct string from an initializer list.
|
| /openbsd-src/gnu/llvm/lldb/docs/testsuite/ |
| H A D | a-detailed-walkthrough.txt | 109 # Construct the path to a file "a.out" inside the test's build folder.
|
| /openbsd-src/gnu/llvm/clang/lib/Sema/ |
| H A D | TreeTransform.h | 4019 CXXConstructExpr *Construct = dyn_cast<CXXConstructExpr>(Init); in TransformInitializer() local 4020 if (!NotCopyInit && !(Construct && Construct->isListInitialization())) in TransformInitializer() 4037 if (!Construct || isa<CXXTemporaryObjectExpr>(Construct)) in TransformInitializer() 4042 if (Construct && Construct->isStdInitListInitialization()) in TransformInitializer() 4043 return TransformInitializer(Construct->getArg(0), NotCopyInit); in TransformInitializer() 4048 Construct->isListInitialization()); in TransformInitializer() 4052 if (getDerived().TransformExprs(Construct->getArgs(), Construct->getNumArgs(), in TransformInitializer() 4057 if (Construct->isListInitialization()) in TransformInitializer() 4058 return getDerived().RebuildInitList(Construct->getBeginLoc(), NewArgs, in TransformInitializer() 4059 Construct->getEndLoc()); in TransformInitializer() [all …]
|
| /openbsd-src/gnu/lib/libstdc++/libstdc++/ |
| H A D | configure.in | 114 # Construct crosses by hand, eliminating bits that need ld...
|
| H A D | ChangeLog-2001 | 3086 (toplevel_srcdir): Construct from $toprel. 4399 * tests_flags.in (CXX): Construct here. 5636 * src/locale.cc (locale::name()): Construct mangled name 5648 * src/locale.cc: (locale::locale(const char*)): Construct named 5828 * mkcheck.in: Construct file names that match $objdir structure.
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/f/ |
| H A D | bad.def | 485 "Construct name at %0 superfluous, no construct name specified at %1") 488 "Construct name at %0 not the same as construct name at %1") 491 "Construct name at %0 does not match construct name for any containing DO constructs")
|
| H A D | intdoc.in | 490 DEFDOC (CMPLX, "Construct @code{COMPLEX(KIND=1)} value.", "\ 505 DEFDOC (DCMPLX, "Construct @code{COMPLEX(KIND=2)} value.", "\ 986 @xref{%LOC(),,The @code{%LOC()} Construct}, for
|
| /openbsd-src/gnu/usr.bin/perl/pod/ |
| H A D | perldeprecation.pod | 83 =head3 Goto Block Construct
|
| /openbsd-src/gnu/llvm/libcxx/include/ |
| H A D | __hash_table | 2367 "Construct cannot be called with a hash value type"); 2384 "Construct cannot be called with a hash value type");
|
| /openbsd-src/gnu/llvm/llvm/docs/ |
| H A D | CodingStandards.rst | 621 // Construct a Foo by reading data from the disk in the whizbang format, ... 624 // Construct a Foo by looking up the Nth element of some global data ...
|