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

1 2

  /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-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/darwin-x86/clang-4393122/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-4393122/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-4479392/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-4479392/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-4579689/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-4579689/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-4630689/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-4630689/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-4639204/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-4639204/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-4691093/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-4691093/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...]
  /prebuilts/clang/host/linux-x86/clang-4393122/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-4393122/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-4479392/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-4479392/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-4579689/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-4579689/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-4630689/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...]

Completed in 948 milliseconds

1 2