Home
last modified time | relevance | path

Searched refs:Construct (Results 1 – 25 of 72) sorted by relevance

123

/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dbuiltin-attrs.def56 /* 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 Dbuiltin-attrs.def48 /* 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 Dcommon.opt1100 Construct webs and split unrelated uses of single variable
/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp1995 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 Dsanitizer_ring_buffer_test.cpp29 TEST(RingBuffer, Construct) { in TEST() argument
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DDeclPrinter.cpp344 } 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 DDeclCXX.cpp2678 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 DThreading.inc64 // Construct the attributes object.
83 // Construct and execute the thread.
/openbsd-src/gnu/llvm/llvm/bindings/ocaml/debuginfo/
H A Dllvm_debuginfo.mli103 (** [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 Dunicode_strings.t152 # Construct the expected full Latin1 values without using anything we're
/openbsd-src/gnu/usr.bin/binutils-2.17/
H A Dgettext.m4206 dnl Construct list of names of catalog files to be constructed.
/openbsd-src/gnu/usr.bin/binutils/
H A Dgettext.m4204 dnl Construct list of names of catalog files to be constructed.
/openbsd-src/gnu/usr.bin/binutils/intl/
H A Daclocal.m4247 dnl Construct list of names of catalog files to be constructed.
/openbsd-src/gnu/usr.bin/binutils-2.17/intl/
H A Daclocal.m4247 dnl Construct list of names of catalog files to be constructed.
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGDecl.cpp1712 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 Dlibstdc++4.4-clang0x.patch503 * @brief Construct string from an initializer list.
/openbsd-src/gnu/llvm/lldb/docs/testsuite/
H A Da-detailed-walkthrough.txt109 # Construct the path to a file "a.out" inside the test's build folder.
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DTreeTransform.h4019 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 Dconfigure.in114 # Construct crosses by hand, eliminating bits that need ld...
H A DChangeLog-20013086 (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 Dbad.def485 "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 Dintdoc.in490 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 Dperldeprecation.pod83 =head3 Goto Block Construct
/openbsd-src/gnu/llvm/libcxx/include/
H A D__hash_table2367 "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 DCodingStandards.rst621 // 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 ...

123