Searched refs:elt1 (Results 1 - 19 of 19) sorted by relevance

/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
H A Dbitmap.h318 bitmap_element *elt1; member in struct:__anon10448
339 bi->elt1 = map->first;
342 /* Advance elt1 until it is not before the block containing start_bit. */
345 if (!bi->elt1)
347 bi->elt1 = &bitmap_zero_bits;
351 if (bi->elt1->indx >= start_bit / BITMAP_ELEMENT_ALL_BITS)
353 bi->elt1 = bi->elt1->next;
357 if (bi->elt1->indx != start_bit / BITMAP_ELEMENT_ALL_BITS)
358 start_bit = bi->elt1
[all...]
/prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/IR/
H A DDerivedTypes.h235 create(StringRef Name, Type *elt1, Tys *... elts) { argument
236 assert(elt1 && "Cannot create a struct type with no elements with this");
237 SmallVector<llvm::Type *, 8> StructFields({elt1, elts...});
254 get(Type *elt1, Tys *... elts) { argument
255 assert(elt1 && "Cannot create a struct type with no elements with this");
256 LLVMContext &Ctx = elt1->getContext();
257 SmallVector<llvm::Type *, 8> StructFields({elt1, elts...});
291 setBody(Type *elt1, Tys *... elts) { argument
292 assert(elt1 && "Cannot create a struct type with no elements with this");
293 SmallVector<llvm::Type *, 8> StructFields({elt1, elt
[all...]
/prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/IR/
H A DDerivedTypes.h235 create(StringRef Name, Type *elt1, Tys *... elts) { argument
236 assert(elt1 && "Cannot create a struct type with no elements with this");
237 SmallVector<llvm::Type *, 8> StructFields({elt1, elts...});
254 get(Type *elt1, Tys *... elts) { argument
255 assert(elt1 && "Cannot create a struct type with no elements with this");
256 LLVMContext &Ctx = elt1->getContext();
257 SmallVector<llvm::Type *, 8> StructFields({elt1, elts...});
291 setBody(Type *elt1, Tys *... elts) { argument
292 assert(elt1 && "Cannot create a struct type with no elements with this");
293 SmallVector<llvm::Type *, 8> StructFields({elt1, elt
[all...]
/prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/IR/
H A DDerivedTypes.h235 create(StringRef Name, Type *elt1, Tys *... elts) { argument
236 assert(elt1 && "Cannot create a struct type with no elements with this");
237 SmallVector<llvm::Type *, 8> StructFields({elt1, elts...});
254 get(Type *elt1, Tys *... elts) { argument
255 assert(elt1 && "Cannot create a struct type with no elements with this");
256 LLVMContext &Ctx = elt1->getContext();
257 SmallVector<llvm::Type *, 8> StructFields({elt1, elts...});
291 setBody(Type *elt1, Tys *... elts) { argument
292 assert(elt1 && "Cannot create a struct type with no elements with this");
293 SmallVector<llvm::Type *, 8> StructFields({elt1, elt
[all...]
/prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/IR/
H A DDerivedTypes.h235 create(StringRef Name, Type *elt1, Tys *... elts) { argument
236 assert(elt1 && "Cannot create a struct type with no elements with this");
237 SmallVector<llvm::Type *, 8> StructFields({elt1, elts...});
254 get(Type *elt1, Tys *... elts) { argument
255 assert(elt1 && "Cannot create a struct type with no elements with this");
256 LLVMContext &Ctx = elt1->getContext();
257 SmallVector<llvm::Type *, 8> StructFields({elt1, elts...});
291 setBody(Type *elt1, Tys *... elts) { argument
292 assert(elt1 && "Cannot create a struct type with no elements with this");
293 SmallVector<llvm::Type *, 8> StructFields({elt1, elt
[all...]
/prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/IR/
H A DDerivedTypes.h235 create(StringRef Name, Type *elt1, Tys *... elts) { argument
236 assert(elt1 && "Cannot create a struct type with no elements with this");
237 SmallVector<llvm::Type *, 8> StructFields({elt1, elts...});
254 get(Type *elt1, Tys *... elts) { argument
255 assert(elt1 && "Cannot create a struct type with no elements with this");
256 LLVMContext &Ctx = elt1->getContext();
257 SmallVector<llvm::Type *, 8> StructFields({elt1, elts...});
291 setBody(Type *elt1, Tys *... elts) { argument
292 assert(elt1 && "Cannot create a struct type with no elements with this");
293 SmallVector<llvm::Type *, 8> StructFields({elt1, elt
[all...]
/prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/IR/
H A DDerivedTypes.h235 create(StringRef Name, Type *elt1, Tys *... elts) { argument
236 assert(elt1 && "Cannot create a struct type with no elements with this");
237 SmallVector<llvm::Type *, 8> StructFields({elt1, elts...});
254 get(Type *elt1, Tys *... elts) { argument
255 assert(elt1 && "Cannot create a struct type with no elements with this");
256 LLVMContext &Ctx = elt1->getContext();
257 SmallVector<llvm::Type *, 8> StructFields({elt1, elts...});
291 setBody(Type *elt1, Tys *... elts) { argument
292 assert(elt1 && "Cannot create a struct type with no elements with this");
293 SmallVector<llvm::Type *, 8> StructFields({elt1, elt
[all...]
/prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/IR/
H A DDerivedTypes.h235 create(StringRef Name, Type *elt1, Tys *... elts) { argument
236 assert(elt1 && "Cannot create a struct type with no elements with this");
237 SmallVector<llvm::Type *, 8> StructFields({elt1, elts...});
254 get(Type *elt1, Tys *... elts) { argument
255 assert(elt1 && "Cannot create a struct type with no elements with this");
256 LLVMContext &Ctx = elt1->getContext();
257 SmallVector<llvm::Type *, 8> StructFields({elt1, elts...});
291 setBody(Type *elt1, Tys *... elts) { argument
292 assert(elt1 && "Cannot create a struct type with no elements with this");
293 SmallVector<llvm::Type *, 8> StructFields({elt1, elt
[all...]
/prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/IR/
H A DDerivedTypes.h235 create(StringRef Name, Type *elt1, Tys *... elts) { argument
236 assert(elt1 && "Cannot create a struct type with no elements with this");
237 SmallVector<llvm::Type *, 8> StructFields({elt1, elts...});
254 get(Type *elt1, Tys *... elts) { argument
255 assert(elt1 && "Cannot create a struct type with no elements with this");
256 LLVMContext &Ctx = elt1->getContext();
257 SmallVector<llvm::Type *, 8> StructFields({elt1, elts...});
291 setBody(Type *elt1, Tys *... elts) { argument
292 assert(elt1 && "Cannot create a struct type with no elements with this");
293 SmallVector<llvm::Type *, 8> StructFields({elt1, elt
[all...]
/prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/IR/
H A DDerivedTypes.h235 create(StringRef Name, Type *elt1, Tys *... elts) { argument
236 assert(elt1 && "Cannot create a struct type with no elements with this");
237 SmallVector<llvm::Type *, 8> StructFields({elt1, elts...});
254 get(Type *elt1, Tys *... elts) { argument
255 assert(elt1 && "Cannot create a struct type with no elements with this");
256 LLVMContext &Ctx = elt1->getContext();
257 SmallVector<llvm::Type *, 8> StructFields({elt1, elts...});
291 setBody(Type *elt1, Tys *... elts) { argument
292 assert(elt1 && "Cannot create a struct type with no elements with this");
293 SmallVector<llvm::Type *, 8> StructFields({elt1, elt
[all...]
/prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/IR/
H A DDerivedTypes.h235 create(StringRef Name, Type *elt1, Tys *... elts) { argument
236 assert(elt1 && "Cannot create a struct type with no elements with this");
237 SmallVector<llvm::Type *, 8> StructFields({elt1, elts...});
254 get(Type *elt1, Tys *... elts) { argument
255 assert(elt1 && "Cannot create a struct type with no elements with this");
256 LLVMContext &Ctx = elt1->getContext();
257 SmallVector<llvm::Type *, 8> StructFields({elt1, elts...});
291 setBody(Type *elt1, Tys *... elts) { argument
292 assert(elt1 && "Cannot create a struct type with no elements with this");
293 SmallVector<llvm::Type *, 8> StructFields({elt1, elt
[all...]
/prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/IR/
H A DDerivedTypes.h235 create(StringRef Name, Type *elt1, Tys *... elts) { argument
236 assert(elt1 && "Cannot create a struct type with no elements with this");
237 SmallVector<llvm::Type *, 8> StructFields({elt1, elts...});
254 get(Type *elt1, Tys *... elts) { argument
255 assert(elt1 && "Cannot create a struct type with no elements with this");
256 LLVMContext &Ctx = elt1->getContext();
257 SmallVector<llvm::Type *, 8> StructFields({elt1, elts...});
291 setBody(Type *elt1, Tys *... elts) { argument
292 assert(elt1 && "Cannot create a struct type with no elements with this");
293 SmallVector<llvm::Type *, 8> StructFields({elt1, elt
[all...]
/prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/IR/
H A DDerivedTypes.h235 create(StringRef Name, Type *elt1, Tys *... elts) { argument
236 assert(elt1 && "Cannot create a struct type with no elements with this");
237 SmallVector<llvm::Type *, 8> StructFields({elt1, elts...});
254 get(Type *elt1, Tys *... elts) { argument
255 assert(elt1 && "Cannot create a struct type with no elements with this");
256 LLVMContext &Ctx = elt1->getContext();
257 SmallVector<llvm::Type *, 8> StructFields({elt1, elts...});
291 setBody(Type *elt1, Tys *... elts) { argument
292 assert(elt1 && "Cannot create a struct type with no elements with this");
293 SmallVector<llvm::Type *, 8> StructFields({elt1, elt
[all...]
/prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
H A DDerivedTypes.h231 static StructType *create(StringRef Name, Type *elt1, ...) LLVM_END_WITH_NULL;
243 static StructType *get(Type *elt1, ...) LLVM_END_WITH_NULL;
272 void setBody(Type *elt1, ...) LLVM_END_WITH_NULL;
/prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
H A DDerivedTypes.h231 static StructType *create(StringRef Name, Type *elt1, ...) LLVM_END_WITH_NULL;
243 static StructType *get(Type *elt1, ...) LLVM_END_WITH_NULL;
272 void setBody(Type *elt1, ...) LLVM_END_WITH_NULL;
/prebuilts/tools/common/m2/repository/net/sourceforge/htmlunit/htmlunit/2.14/
H A Dhtmlunit-2.14.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/gargoylesoftware/ com/gargoylesoftware/htmlunit/ com/gargoylesoftware/htmlunit/activex/ ...
/prebuilts/devtools/tools/lib/
H A Djython-standalone-2.5.3.jarMETA-INF/MANIFEST.MF META-INF/LICENSE META-INF/NOTICE META-INF/maven/jline/ ...
/prebuilts/tools/common/m2/repository/org/python/jython/2.5.3/
H A Djython-2.5.3.jarMETA-INF/MANIFEST.MF META-INF/services/javax.script.ScriptEngineFactory com/xhaus/modjy/ModjyJServlet ...
/prebuilts/tools/common/m2/repository/org/python/jython-standalone/2.5.3/
H A Djython-standalone-2.5.3.jarMETA-INF/MANIFEST.MF META-INF/LICENSE META-INF/NOTICE META-INF/maven/jline/ ...

Completed in 1069 milliseconds