HomeSort by relevance Sort by last modified time
    Searched refs:Initializer (Results 26 - 50 of 66) sorted by null

12 3

  /external/clang/lib/Parse/
ParseExprCXX.cpp 660 /// identifier initializer
661 /// '&' identifier initializer
873 // assignment expression are parsed as an initializer-clause, and in
    [all...]
ParseDecl.cpp     [all...]
  /external/llvm/bindings/ocaml/llvm/
llvm_ocaml.c 996 CAMLprim LLVMValueRef llvm_define_global(value Name, LLVMValueRef Initializer,
998 LLVMValueRef GlobalVar = LLVMAddGlobal(M, LLVMTypeOf(Initializer),
1000 LLVMSetInitializer(GlobalVar, Initializer);
1006 LLVMValueRef Initializer,
1010 LLVMTypeOf(Initializer),
1013 LLVMSetInitializer(GlobalVar, Initializer);
    [all...]
  /external/clang/include/clang/ASTMatchers/
ASTMatchers.h     [all...]
  /external/clang/lib/Sema/
SemaPseudoObject.cpp 759 Expr *Initializer = OVE->getSourceExpr();
763 if (isa<InitListExpr>(Initializer) &&
764 Initializer->getType()->isVoidType()) {
765 op = Initializer;
    [all...]
AnalysisBasedWarnings.cpp 620 // Don't issue a fixit if there is already an initializer.
846 // Inspect the initializer of the variable declaration which is
857 if (const Expr *Initializer = VD->getInit()) {
858 if (!alwaysReportSelfInit && DRE == Initializer->IgnoreParenImpCasts())
862 CR.Visit(const_cast<Expr*>(Initializer));
883 // the initializer of that declaration & we didn't already suggest
    [all...]
SemaOverload.cpp 334 const Expr *Initializer = IgnoreNarrowingConversion(Converted);
335 if (Initializer &&
336 Initializer->isIntegerConstantExpr(IntConstantValue, Ctx)) {
349 ConstantType = Initializer->getType();
367 const Expr *Initializer = IgnoreNarrowingConversion(Converted);
368 if (Initializer->isCXX11ConstantExpr(Ctx, &ConstantValue)) {
380 ConstantType = Initializer->getType();
413 const Expr *Initializer = IgnoreNarrowingConversion(Converted);
414 if (!Initializer->isIntegerConstantExpr(InitializerValue, Ctx)) {
429 // Convert the initializer to and from the target width and signed-ness
    [all...]
SemaDeclCXX.cpp 260 // the same semantic constraints as the initializer expression in
3570 CXXCtorInitializer **initializer = local
    [all...]
  /external/javassist/src/main/javassist/
CtClassType.java     [all...]
CtBehavior.java 25 * or a static constructor (class initializer).
517 cc.addField(field, CtField.Initializer.byNew(type));
    [all...]
  /external/chromium_org/third_party/jstemplate/
jstemplate_example.js 37 * Initializer for interactive test: copies the value from the actual
  /external/chromium_org/third_party/yasm/source/patched-yasm/tools/python-yasm/pyxelator/
cparse.py 243 # # put initializer into the Identifier
567 class Initializer(Node,Parser):
639 # parse initializer
641 init = Initializer()
genpyx.py 468 class Initializer(object):
  /external/clang/include/clang/Sema/
Initialization.h 80 /// \brief The entity being initialized is the initializer for a compound
324 /// \brief Create the entity for a compound literal initializer.
411 /// \brief If this is already the initializer for an array or vector
676 /// \brief Unwrap the single-element initializer list for a reference.
678 /// \brief Rewrap the single-element initializer list for a reference.
694 /// \brief Array initialization from a parenthesized initializer list.
703 /// \brief Construct a std::initializer_list from an initializer list.
763 /// \brief Array must be initialized with an initializer list.
765 /// \brief Array must be initialized with an initializer list or a
768 /// \brief Array must be initialized with an initializer list or
    [all...]
Sema.h 397 /// we are currently parsing the initializer.
    [all...]
  /external/llvm/include/llvm/IR/
Constants.h 674 static Constant *getString(LLVMContext &Context, StringRef Initializer,
    [all...]
  /external/chromium_org/components/search_engines/
template_url_service.cc 213 TemplateURLService::TemplateURLService(const Initializer* initializers,
    [all...]
  /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
sisu-guice-3.1.3-no_aop.jar 
  /external/robolectric/lib/main/
javassist-3.14.0-GA.jar 
  /external/clang/lib/StaticAnalyzer/Core/
PathDiagnostic.cpp 551 case CFGElement::Initializer: {
    [all...]
ExprEngine.cpp 288 case CFGElement::Initializer:
451 "Error evaluating initializer");
465 // Evaluate the initializer, if necessary
468 // but non-objects must be copied in from the initializer.
    [all...]
  /external/valgrind/main/drd/tests/
tsan_unittest.cpp     [all...]
  /external/llvm/lib/Transforms/Utils/
SimplifyCFG.cpp     [all...]
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/sonatype/sisu/sisu-guice/2.1.7/
sisu-guice-2.1.7-noaop.jar 
  /prebuilts/tools/common/m2/repository/org/sonatype/sisu/sisu-guice/2.1.7/
sisu-guice-2.1.7-noaop.jar 

Completed in 469 milliseconds

12 3