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

  /external/clang/include/clang/Sema/
AttributeList.h 82 typedef llvm::PointerUnion<Expr*, IdentifierLoc*> ArgsUnion;
83 typedef llvm::SmallVector<ArgsUnion, 12U> ArgsVector;
168 ArgsUnion *getArgsBuffer() { return reinterpret_cast<ArgsUnion *>(this + 1); }
169 ArgsUnion const *getArgsBuffer() const {
170 return reinterpret_cast<ArgsUnion const *>(this + 1);
239 ArgsUnion *args, unsigned numArgs,
247 if (numArgs) memcpy(getArgsBuffer(), args, numArgs * sizeof(ArgsUnion));
267 ArgsUnion PVal(Parm);
268 memcpy(getArgsBuffer(), &PVal, sizeof(ArgsUnion));
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Sema/
AttributeList.h 82 typedef llvm::PointerUnion<Expr*, IdentifierLoc*> ArgsUnion;
83 typedef llvm::SmallVector<ArgsUnion, 12U> ArgsVector;
170 ArgsUnion *getArgsBuffer() { return reinterpret_cast<ArgsUnion *>(this + 1); }
171 ArgsUnion const *getArgsBuffer() const {
172 return reinterpret_cast<ArgsUnion const *>(this + 1);
241 ArgsUnion *args, unsigned numArgs,
249 if (numArgs) memcpy(getArgsBuffer(), args, numArgs * sizeof(ArgsUnion));
269 ArgsUnion PVal(Parm);
270 memcpy(getArgsBuffer(), &PVal, sizeof(ArgsUnion));
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/Sema/
AttributeList.h 83 typedef llvm::PointerUnion<Expr*, IdentifierLoc*> ArgsUnion;
84 typedef llvm::SmallVector<ArgsUnion, 12U> ArgsVector;
171 ArgsUnion *getArgsBuffer() { return reinterpret_cast<ArgsUnion *>(this + 1); }
172 ArgsUnion const *getArgsBuffer() const {
173 return reinterpret_cast<ArgsUnion const *>(this + 1);
242 ArgsUnion *args, unsigned numArgs,
250 if (numArgs) memcpy(getArgsBuffer(), args, numArgs * sizeof(ArgsUnion));
270 ArgsUnion PVal(Parm);
271 memcpy(getArgsBuffer(), &PVal, sizeof(ArgsUnion));
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/Sema/
AttributeList.h 83 typedef llvm::PointerUnion<Expr*, IdentifierLoc*> ArgsUnion;
84 typedef llvm::SmallVector<ArgsUnion, 12U> ArgsVector;
171 ArgsUnion *getArgsBuffer() { return reinterpret_cast<ArgsUnion *>(this + 1); }
172 ArgsUnion const *getArgsBuffer() const {
173 return reinterpret_cast<ArgsUnion const *>(this + 1);
242 ArgsUnion *args, unsigned numArgs,
250 if (numArgs) memcpy(getArgsBuffer(), args, numArgs * sizeof(ArgsUnion));
270 ArgsUnion PVal(Parm);
271 memcpy(getArgsBuffer(), &PVal, sizeof(ArgsUnion));
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/Sema/
AttributeList.h 83 typedef llvm::PointerUnion<Expr*, IdentifierLoc*> ArgsUnion;
84 typedef llvm::SmallVector<ArgsUnion, 12U> ArgsVector;
175 ArgsUnion *getArgsBuffer() { return reinterpret_cast<ArgsUnion *>(this + 1); }
176 ArgsUnion const *getArgsBuffer() const {
177 return reinterpret_cast<ArgsUnion const *>(this + 1);
246 ArgsUnion *args, unsigned numArgs,
254 if (numArgs) memcpy(getArgsBuffer(), args, numArgs * sizeof(ArgsUnion));
274 ArgsUnion PVal(Parm);
275 memcpy(getArgsBuffer(), &PVal, sizeof(ArgsUnion));
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/Sema/
AttributeList.h 83 typedef llvm::PointerUnion<Expr*, IdentifierLoc*> ArgsUnion;
84 typedef llvm::SmallVector<ArgsUnion, 12U> ArgsVector;
175 ArgsUnion *getArgsBuffer() { return reinterpret_cast<ArgsUnion *>(this + 1); }
176 ArgsUnion const *getArgsBuffer() const {
177 return reinterpret_cast<ArgsUnion const *>(this + 1);
246 ArgsUnion *args, unsigned numArgs,
254 if (numArgs) memcpy(getArgsBuffer(), args, numArgs * sizeof(ArgsUnion));
274 ArgsUnion PVal(Parm);
275 memcpy(getArgsBuffer(), &PVal, sizeof(ArgsUnion));
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/Sema/
AttributeList.h 83 typedef llvm::PointerUnion<Expr*, IdentifierLoc*> ArgsUnion;
84 typedef llvm::SmallVector<ArgsUnion, 12U> ArgsVector;
175 ArgsUnion *getArgsBuffer() { return reinterpret_cast<ArgsUnion *>(this + 1); }
176 ArgsUnion const *getArgsBuffer() const {
177 return reinterpret_cast<ArgsUnion const *>(this + 1);
246 ArgsUnion *args, unsigned numArgs,
254 if (numArgs) memcpy(getArgsBuffer(), args, numArgs * sizeof(ArgsUnion));
274 ArgsUnion PVal(Parm);
275 memcpy(getArgsBuffer(), &PVal, sizeof(ArgsUnion));
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/Sema/
AttributeList.h 83 typedef llvm::PointerUnion<Expr*, IdentifierLoc*> ArgsUnion;
84 typedef llvm::SmallVector<ArgsUnion, 12U> ArgsVector;
175 ArgsUnion *getArgsBuffer() { return reinterpret_cast<ArgsUnion *>(this + 1); }
176 ArgsUnion const *getArgsBuffer() const {
177 return reinterpret_cast<ArgsUnion const *>(this + 1);
246 ArgsUnion *args, unsigned numArgs,
254 if (numArgs) memcpy(getArgsBuffer(), args, numArgs * sizeof(ArgsUnion));
274 ArgsUnion PVal(Parm);
275 memcpy(getArgsBuffer(), &PVal, sizeof(ArgsUnion));
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Sema/
AttributeList.h 82 typedef llvm::PointerUnion<Expr*, IdentifierLoc*> ArgsUnion;
83 typedef llvm::SmallVector<ArgsUnion, 12U> ArgsVector;
170 ArgsUnion *getArgsBuffer() { return reinterpret_cast<ArgsUnion *>(this + 1); }
171 ArgsUnion const *getArgsBuffer() const {
172 return reinterpret_cast<ArgsUnion const *>(this + 1);
241 ArgsUnion *args, unsigned numArgs,
249 if (numArgs) memcpy(getArgsBuffer(), args, numArgs * sizeof(ArgsUnion));
269 ArgsUnion PVal(Parm);
270 memcpy(getArgsBuffer(), &PVal, sizeof(ArgsUnion));
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/Sema/
AttributeList.h 83 typedef llvm::PointerUnion<Expr*, IdentifierLoc*> ArgsUnion;
84 typedef llvm::SmallVector<ArgsUnion, 12U> ArgsVector;
171 ArgsUnion *getArgsBuffer() { return reinterpret_cast<ArgsUnion *>(this + 1); }
172 ArgsUnion const *getArgsBuffer() const {
173 return reinterpret_cast<ArgsUnion const *>(this + 1);
242 ArgsUnion *args, unsigned numArgs,
250 if (numArgs) memcpy(getArgsBuffer(), args, numArgs * sizeof(ArgsUnion));
270 ArgsUnion PVal(Parm);
271 memcpy(getArgsBuffer(), &PVal, sizeof(ArgsUnion));
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/Sema/
AttributeList.h 83 typedef llvm::PointerUnion<Expr*, IdentifierLoc*> ArgsUnion;
84 typedef llvm::SmallVector<ArgsUnion, 12U> ArgsVector;
171 ArgsUnion *getArgsBuffer() { return reinterpret_cast<ArgsUnion *>(this + 1); }
172 ArgsUnion const *getArgsBuffer() const {
173 return reinterpret_cast<ArgsUnion const *>(this + 1);
242 ArgsUnion *args, unsigned numArgs,
250 if (numArgs) memcpy(getArgsBuffer(), args, numArgs * sizeof(ArgsUnion));
270 ArgsUnion PVal(Parm);
271 memcpy(getArgsBuffer(), &PVal, sizeof(ArgsUnion));
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/Sema/
AttributeList.h 83 typedef llvm::PointerUnion<Expr*, IdentifierLoc*> ArgsUnion;
84 typedef llvm::SmallVector<ArgsUnion, 12U> ArgsVector;
175 ArgsUnion *getArgsBuffer() { return reinterpret_cast<ArgsUnion *>(this + 1); }
176 ArgsUnion const *getArgsBuffer() const {
177 return reinterpret_cast<ArgsUnion const *>(this + 1);
246 ArgsUnion *args, unsigned numArgs,
254 if (numArgs) memcpy(getArgsBuffer(), args, numArgs * sizeof(ArgsUnion));
274 ArgsUnion PVal(Parm);
275 memcpy(getArgsBuffer(), &PVal, sizeof(ArgsUnion));
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/Sema/
AttributeList.h 83 typedef llvm::PointerUnion<Expr*, IdentifierLoc*> ArgsUnion;
84 typedef llvm::SmallVector<ArgsUnion, 12U> ArgsVector;
175 ArgsUnion *getArgsBuffer() { return reinterpret_cast<ArgsUnion *>(this + 1); }
176 ArgsUnion const *getArgsBuffer() const {
177 return reinterpret_cast<ArgsUnion const *>(this + 1);
246 ArgsUnion *args, unsigned numArgs,
254 if (numArgs) memcpy(getArgsBuffer(), args, numArgs * sizeof(ArgsUnion));
274 ArgsUnion PVal(Parm);
275 memcpy(getArgsBuffer(), &PVal, sizeof(ArgsUnion));
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/Sema/
AttributeList.h 83 typedef llvm::PointerUnion<Expr*, IdentifierLoc*> ArgsUnion;
84 typedef llvm::SmallVector<ArgsUnion, 12U> ArgsVector;
175 ArgsUnion *getArgsBuffer() { return reinterpret_cast<ArgsUnion *>(this + 1); }
176 ArgsUnion const *getArgsBuffer() const {
177 return reinterpret_cast<ArgsUnion const *>(this + 1);
246 ArgsUnion *args, unsigned numArgs,
254 if (numArgs) memcpy(getArgsBuffer(), args, numArgs * sizeof(ArgsUnion));
274 ArgsUnion PVal(Parm);
275 memcpy(getArgsBuffer(), &PVal, sizeof(ArgsUnion));
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/Sema/
AttributeList.h 83 typedef llvm::PointerUnion<Expr*, IdentifierLoc*> ArgsUnion;
84 typedef llvm::SmallVector<ArgsUnion, 12U> ArgsVector;
175 ArgsUnion *getArgsBuffer() { return reinterpret_cast<ArgsUnion *>(this + 1); }
176 ArgsUnion const *getArgsBuffer() const {
177 return reinterpret_cast<ArgsUnion const *>(this + 1);
246 ArgsUnion *args, unsigned numArgs,
254 if (numArgs) memcpy(getArgsBuffer(), args, numArgs * sizeof(ArgsUnion));
274 ArgsUnion PVal(Parm);
275 memcpy(getArgsBuffer(), &PVal, sizeof(ArgsUnion));
    [all...]

Completed in 588 milliseconds