HomeSort by relevance Sort by last modified time
    Searched defs:RequiredArgs (Results 1 - 18 of 18) sorted by null

  /external/clang/include/clang/CodeGen/
CGFunctionInfo.h 381 class RequiredArgs {
388 RequiredArgs(All_t _) : NumRequired(~0U) {}
389 explicit RequiredArgs(unsigned n) : NumRequired(n) {
398 static RequiredArgs forPrototypePlus(const FunctionProtoType *prototype,
407 return RequiredArgs(prototype->getNumParams() + additional);
410 static RequiredArgs forPrototype(const FunctionProtoType *prototype,
415 static RequiredArgs forPrototype(CanQual<FunctionProtoType> prototype,
420 static RequiredArgs forPrototypePlus(CanQual<FunctionProtoType> prototype,
433 static RequiredArgs getFromOpaqueData(unsigned value) {
435 return RequiredArgs(value)
    [all...]
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
CallEvent.h 59 unsigned RequiredArgs;
67 /// @param RequiredArgs The number of arguments that is expected to match a
70 CallDescription(StringRef FuncName, unsigned RequiredArgs = NoArgRequirement)
71 : II(nullptr), FuncName(FuncName), RequiredArgs(RequiredArgs) {}
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/CodeGen/
CGFunctionInfo.h 381 class RequiredArgs {
388 RequiredArgs(All_t _) : NumRequired(~0U) {}
389 explicit RequiredArgs(unsigned n) : NumRequired(n) {
398 static RequiredArgs forPrototypePlus(const FunctionProtoType *prototype,
407 return RequiredArgs(prototype->getNumParams() + additional);
410 static RequiredArgs forPrototype(const FunctionProtoType *prototype,
415 static RequiredArgs forPrototype(CanQual<FunctionProtoType> prototype,
420 static RequiredArgs forPrototypePlus(CanQual<FunctionProtoType> prototype,
433 static RequiredArgs getFromOpaqueData(unsigned value) {
435 return RequiredArgs(value)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
CallEvent.h 60 unsigned RequiredArgs;
68 /// @param RequiredArgs The number of arguments that is expected to match a
71 CallDescription(StringRef FuncName, unsigned RequiredArgs = NoArgRequirement)
73 RequiredArgs(RequiredArgs) {}
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/CodeGen/
CGFunctionInfo.h 381 class RequiredArgs {
388 RequiredArgs(All_t _) : NumRequired(~0U) {}
389 explicit RequiredArgs(unsigned n) : NumRequired(n) {
398 static RequiredArgs forPrototypePlus(const FunctionProtoType *prototype,
407 return RequiredArgs(prototype->getNumParams() + additional);
410 static RequiredArgs forPrototype(const FunctionProtoType *prototype,
415 static RequiredArgs forPrototype(CanQual<FunctionProtoType> prototype,
420 static RequiredArgs forPrototypePlus(CanQual<FunctionProtoType> prototype,
433 static RequiredArgs getFromOpaqueData(unsigned value) {
435 return RequiredArgs(value)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
CallEvent.h 60 unsigned RequiredArgs;
68 /// @param RequiredArgs The number of arguments that is expected to match a
71 CallDescription(StringRef FuncName, unsigned RequiredArgs = NoArgRequirement)
73 RequiredArgs(RequiredArgs) {}
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/CodeGen/
CGFunctionInfo.h 381 class RequiredArgs {
388 RequiredArgs(All_t _) : NumRequired(~0U) {}
389 explicit RequiredArgs(unsigned n) : NumRequired(n) {
398 static RequiredArgs forPrototypePlus(const FunctionProtoType *prototype,
407 return RequiredArgs(prototype->getNumParams() + additional);
410 static RequiredArgs forPrototype(const FunctionProtoType *prototype,
415 static RequiredArgs forPrototype(CanQual<FunctionProtoType> prototype,
420 static RequiredArgs forPrototypePlus(CanQual<FunctionProtoType> prototype,
433 static RequiredArgs getFromOpaqueData(unsigned value) {
435 return RequiredArgs(value)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
CallEvent.h 60 unsigned RequiredArgs;
68 /// @param RequiredArgs The number of arguments that is expected to match a
71 CallDescription(StringRef FuncName, unsigned RequiredArgs = NoArgRequirement)
73 RequiredArgs(RequiredArgs) {}
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/CodeGen/
CGFunctionInfo.h 381 class RequiredArgs {
388 RequiredArgs(All_t _) : NumRequired(~0U) {}
389 explicit RequiredArgs(unsigned n) : NumRequired(n) {
398 static RequiredArgs forPrototypePlus(const FunctionProtoType *prototype,
407 return RequiredArgs(prototype->getNumParams() + additional);
410 static RequiredArgs forPrototype(const FunctionProtoType *prototype,
415 static RequiredArgs forPrototype(CanQual<FunctionProtoType> prototype,
420 static RequiredArgs forPrototypePlus(CanQual<FunctionProtoType> prototype,
433 static RequiredArgs getFromOpaqueData(unsigned value) {
435 return RequiredArgs(value)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
CallEvent.h 60 unsigned RequiredArgs;
68 /// @param RequiredArgs The number of arguments that is expected to match a
71 CallDescription(StringRef FuncName, unsigned RequiredArgs = NoArgRequirement)
73 RequiredArgs(RequiredArgs) {}
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/CodeGen/
CGFunctionInfo.h 381 class RequiredArgs {
388 RequiredArgs(All_t _) : NumRequired(~0U) {}
389 explicit RequiredArgs(unsigned n) : NumRequired(n) {
398 static RequiredArgs forPrototypePlus(const FunctionProtoType *prototype,
407 return RequiredArgs(prototype->getNumParams() + additional);
410 static RequiredArgs forPrototype(const FunctionProtoType *prototype,
415 static RequiredArgs forPrototype(CanQual<FunctionProtoType> prototype,
420 static RequiredArgs forPrototypePlus(CanQual<FunctionProtoType> prototype,
433 static RequiredArgs getFromOpaqueData(unsigned value) {
435 return RequiredArgs(value)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
CallEvent.h 60 unsigned RequiredArgs;
68 /// @param RequiredArgs The number of arguments that is expected to match a
71 CallDescription(StringRef FuncName, unsigned RequiredArgs = NoArgRequirement)
73 RequiredArgs(RequiredArgs) {}
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/CodeGen/
CGFunctionInfo.h 381 class RequiredArgs {
388 RequiredArgs(All_t _) : NumRequired(~0U) {}
389 explicit RequiredArgs(unsigned n) : NumRequired(n) {
398 static RequiredArgs forPrototypePlus(const FunctionProtoType *prototype,
407 return RequiredArgs(prototype->getNumParams() + additional);
410 static RequiredArgs forPrototype(const FunctionProtoType *prototype,
415 static RequiredArgs forPrototype(CanQual<FunctionProtoType> prototype,
420 static RequiredArgs forPrototypePlus(CanQual<FunctionProtoType> prototype,
433 static RequiredArgs getFromOpaqueData(unsigned value) {
435 return RequiredArgs(value)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
CallEvent.h 60 unsigned RequiredArgs;
68 /// @param RequiredArgs The number of arguments that is expected to match a
71 CallDescription(StringRef FuncName, unsigned RequiredArgs = NoArgRequirement)
73 RequiredArgs(RequiredArgs) {}
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/CodeGen/
CGFunctionInfo.h 381 class RequiredArgs {
388 RequiredArgs(All_t _) : NumRequired(~0U) {}
389 explicit RequiredArgs(unsigned n) : NumRequired(n) {
398 static RequiredArgs forPrototypePlus(const FunctionProtoType *prototype,
407 return RequiredArgs(prototype->getNumParams() + additional);
410 static RequiredArgs forPrototype(const FunctionProtoType *prototype,
415 static RequiredArgs forPrototype(CanQual<FunctionProtoType> prototype,
420 static RequiredArgs forPrototypePlus(CanQual<FunctionProtoType> prototype,
433 static RequiredArgs getFromOpaqueData(unsigned value) {
435 return RequiredArgs(value)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
CallEvent.h 60 unsigned RequiredArgs;
68 /// @param RequiredArgs The number of arguments that is expected to match a
71 CallDescription(StringRef FuncName, unsigned RequiredArgs = NoArgRequirement)
73 RequiredArgs(RequiredArgs) {}
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/CodeGen/
CGFunctionInfo.h 381 class RequiredArgs {
388 RequiredArgs(All_t _) : NumRequired(~0U) {}
389 explicit RequiredArgs(unsigned n) : NumRequired(n) {
398 static RequiredArgs forPrototypePlus(const FunctionProtoType *prototype,
407 return RequiredArgs(prototype->getNumParams() + additional);
410 static RequiredArgs forPrototype(const FunctionProtoType *prototype,
415 static RequiredArgs forPrototype(CanQual<FunctionProtoType> prototype,
420 static RequiredArgs forPrototypePlus(CanQual<FunctionProtoType> prototype,
433 static RequiredArgs getFromOpaqueData(unsigned value) {
435 return RequiredArgs(value)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
CallEvent.h 60 unsigned RequiredArgs;
68 /// @param RequiredArgs The number of arguments that is expected to match a
71 CallDescription(StringRef FuncName, unsigned RequiredArgs = NoArgRequirement)
73 RequiredArgs(RequiredArgs) {}
    [all...]

Completed in 1137 milliseconds