HomeSort by relevance Sort by last modified time
    Searched refs:Required (Results 26 - 39 of 39) sorted by null

12

  /external/clang/lib/Sema/
SemaObjCProperty.cpp 609 PDecl->setPropertyImplementation(ObjCPropertyDecl::Required);
    [all...]
SemaPseudoObject.cpp 27 // of a unary increment or decrement, both are required; for example,
    [all...]
SemaExprObjC.cpp 235 ObjCMethodDecl::Required,
483 ObjCMethodDecl::Required,
651 ObjCMethodDecl::Required,
769 ObjCMethodDecl::Required,
    [all...]
SemaDeclObjC.cpp     [all...]
  /external/clang/include/clang/AST/
DeclObjC.h 115 enum ImplementationControl { None, Required, Optional };
139 /// \@required/\@optional
651 /// completed by the external AST source when required.
722 /// when a complete class is required.
    [all...]
  /external/llvm/utils/FileCheck/
FileCheck.cpp 38 CheckFilename(cl::Positional, cl::desc("<check-file>"), cl::Required);
177 // capturing the result for any purpose. This is required in case the
  /external/clang/lib/AST/
DeclPrinter.cpp 1050 if (PDecl->getPropertyImplementation() == ObjCPropertyDecl::Required)
1051 Out << "@required\n";
    [all...]
ASTDumper.cpp     [all...]
  /external/llvm/include/llvm/Support/
CommandLine.h 86 Required = 0x02, // One occurrence required
87 OneOrMore = 0x03, // One or more occurrences required
90 // last positional argument required by the application (it is an error if
99 enum ValueExpected { // Is a value required for the option?
102 ValueRequired = 0x02, // The value is required to appear!
129 Positional = 0x01, // Is a positional argument, no '-' required
458 // Insert the first value, which is required.
570 // In which case, the value is required. Otherwise if an arg str has not
    [all...]
  /external/protobuf/src/google/protobuf/compiler/cpp/
cpp_unittest.cc 525 TEST(GeneratedMessageTest, Required) {
526 // Test that IsInitialized() returns false if required fields are missing.
539 // Test that IsInitialized() returns false if required fields in nested
    [all...]
  /external/clang/lib/CodeGen/
CodeGenModule.cpp     [all...]
CGCall.cpp 92 RequiredArgs required = RequiredArgs::forPrototypePlus(FTP, prefix.size()); local
97 return CGT.arrangeLLVMFunctionInfo(resultType, prefix, extInfo, required);
211 RequiredArgs required = RequiredArgs::forPrototypePlus(FTP, argTypes.size()); local
219 return arrangeLLVMFunctionInfo(resultType, argTypes, extInfo, required);
304 RequiredArgs required = local
308 einfo, required);
326 /// additional number of formal parameters considered required.
335 RequiredArgs required = RequiredArgs::All; local
337 // If we have a variadic prototype, the required arguments are the
341 required = RequiredArgs(proto->getNumArgs() + numExtraRequiredArgs)
416 RequiredArgs required = local
    [all...]
  /ndk/build/core/
definitions.mk 9 # Unless required by applicable law or agreed to in writing, software
55 # Function : check-required-vars
59 # Usage : $(call check-required-vars, VAR1 VAR2 VAR3..., <file>)
60 # Rationale: Checks that all required vars listed in $1 were defined by $2
63 check-required-vars = $(foreach __varname,$1,\
65 $(call __ndk_info, Required variable $(__varname) is not defined by $2)\
704 # Compute the list of all static and shared libraries required to link a
    [all...]
  /external/dropbear/libtommath/
bn.tex 90 Since both\footnote{Note that the MPI files under mtest/ are copyrighted by Michael Fromberger. They are not required to use LibTomMath.} are in the
195 A trim is a manner of removing functionality from a function that is not required. For instance, to perform
297 libtommath.a). There is no library initialization required and the entire library is thread safe.
335 organize all of the data required to manipulate the integer it represents. Within LibTomMath it has been prototyped
    [all...]

Completed in 664 milliseconds

12