HomeSort by: relevance | last modified time | path
    Searched refs:Construct (Results 1 - 23 of 23) sorted by relevancy

  /src/external/gpl3/gdb/dist/sim/testsuite/mcore/
lsr.s 7 # Construct -1
10 # Construct 24
16 # Construct 255
lsri.s 7 # Construct -1
13 # Construct 255
rotli.s 7 # Construct -1
17 # Construct 0xfffcffff
sextb.s 7 # Construct -120 using bgeni+addi+sext
12 # Construct -120 using movi+not
sexth.s 7 # Construct -32760 using bgeni+addi+sext
12 # Construct -32760 using bmask+subi+not
  /src/external/gpl3/gdb.old/dist/sim/testsuite/mcore/
lsr.s 7 # Construct -1
10 # Construct 24
16 # Construct 255
lsri.s 7 # Construct -1
13 # Construct 255
rotli.s 7 # Construct -1
17 # Construct 0xfffcffff
sextb.s 7 # Construct -120 using bgeni+addi+sext
12 # Construct -120 using movi+not
sexth.s 7 # Construct -32760 using bgeni+addi+sext
12 # Construct -32760 using bmask+subi+not
  /src/external/apache2/llvm/dist/llvm/lib/Support/Unix/
Threading.inc 69 // Construct the attributes object.
88 // Construct and execute the thread.
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/tests/
sanitizer_ring_buffer_test.cc 30 TEST(RingBuffer, Construct) {
  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
BugReporter.cpp 111 /// A helper class that contains everything needed to construct a
209 /// file and visitors construct diagnostics), hence its const.
220 /// a PathDiagnosticBuilder able to construct bug reports for different
713 /// will construct an event at the call to malloc(), and add a stack hint that
714 /// an allocated memory was returned. We'll use this hint to construct a message
1159 Call = PathDiagnosticCallPiece::construct(C.getActivePath(), Caller);
1196 // We are descending into a call (backwards). Construct
1198 auto Call = PathDiagnosticCallPiece::construct(*CE, SM);
1987 PathDiagnosticConstruct Construct(PDC, ErrorNode, R);
2002 // Construct the final (warning) event for the bug report
    [all...]
  /src/external/apache2/llvm/dist/clang/lib/AST/
DeclPrinter.cpp 340 } else if (CXXConstructExpr *Construct =
342 Args = Construct->getArgs();
343 NumArgs = Construct->getNumArgs();
490 // assumes "ending" construct so print it here.
896 if (CXXConstructExpr *Construct =
899 !Construct->isListInitialization()) {
900 ImplicitInit = Construct->getNumArgs() == 0 ||
901 Construct->getArg(0)->isDefaultArgument();
1162 // assumes "ending" construct so print it here.
DeclCXX.cpp 2647 if (const auto *Construct = dyn_cast<CXXConstructExpr>(E))
2648 return Construct->getConstructor();
ExprConstant.cpp 1200 /// construct which can't be reduced to a value?
4236 // Special-case character extraction so we don't have to construct an
4670 llvm_unreachable("can't construct reference to bound member function");
7171 auto note = [&](int Construct, QualType NoteTy, SourceLocation NoteLoc) {
7174 << NoteTy << Construct << Ty;
7771 // Construct new APValue vector.
  /src/external/apache2/llvm/dist/llvm/bindings/ocaml/debuginfo/
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. *)
  /src/external/gpl3/gcc.old/dist/libphobos/src/std/regex/
package.d 1234 Construct a new string from `input` by replacing the first match with
1262 This is a general replacement tool that construct a new string by replacing
1350 Construct a new string from `input` by replacing all of the
1382 This is a general replacement tool that construct a new string by replacing
  /src/external/apache2/llvm/dist/clang/lib/Sema/
TreeTransform.h 3841 CXXConstructExpr *Construct = dyn_cast<CXXConstructExpr>(Init);
3842 if (!NotCopyInit && !(Construct && Construct->isListInitialization()))
3859 if (!Construct || isa<CXXTemporaryObjectExpr>(Construct))
3864 if (Construct && Construct->isStdInitListInitialization())
3865 return TransformInitializer(Construct->getArg(0), NotCopyInit);
3870 Construct->isListInitialization());
3874 if (getDerived().TransformExprs(Construct->getArgs(), Construct->getNumArgs()
    [all...]
SemaDecl.cpp 507 // Construct a type with type-source information.
1832 const CXXConstructExpr *Construct =
1834 if (Construct && !Construct->isElidable()) {
1835 CXXConstructorDecl *CD = Construct->getConstructor();
14485 // defined at class scope, warn about this non-standard construct.
17097 // Construct the decl.
  /src/external/apache2/llvm/dist/llvm/lib/Support/Windows/
Path.inc 1005 // Construct the current directory entry.
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGDecl.cpp 1692 if (const CXXConstructExpr *Construct = dyn_cast<CXXConstructExpr>(Init))
1693 if (CXXConstructorDecl *Constructor = Construct->getConstructor())
1696 !Construct->requiresZeroInitialization())
  /src/external/gpl2/gettext/dist/gettext-tools/examples/hello-c++-kde/admin/
acinclude.m4.in 3284 dnl Construct list of names of catalog files to be constructed.

Completed in 127 milliseconds