| /third_party/typescript/tests/baselines/reference/ |
| H A D | jsDeclarationsFunctionLikeClasses2.js | 12 Vec.prototype = { global() class [all...] |
| /third_party/node/src/dataqueue/ |
| H A D | queue.h | 129 struct Vec { struct in node::DataQueue
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/Native/ |
| H A D | HashTable.cpp | 46 writeSparseBitVector(BinaryStreamWriter &Writer, SparseBitVector<> &Vec) writeSparseBitVector() argument
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/MCTargetDesc/ |
| H A D | ARMUnwindOpAsm.cpp | 30 SmallVectorImpl<uint8_t> &Vec; member in __anon24558::UnwindOpcodeStreamer
|
| /third_party/rust/crates/syn/src/ |
| H A D | gen_helper.rs | |
| H A D | parse_quote.rs | |
| /third_party/rust/crates/cxx/gen/build/src/ |
| H A D | vec.rs | |
| /third_party/python/Tools/demo/ |
| H A D | vector.py | 7 class Vec: class [all...] |
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
| H A D | ExpandReductions.cpp | 124 Value *Vec = II->getArgOperand(1); in expandReductions() local 148 Value *Vec = II->getArgOperand(0); in expandReductions() local
|
| /third_party/python/Lib/turtledemo/ |
| H A D | planet_and_moon.py | 20 from turtle import Shape, Turtle, mainloop, Vec2D as Vec namespace
|
| /third_party/rust/crates/clap/tests/derive/ |
| H A D | issues.rs | |
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/ |
| H A D | StringTableBuilder.cpp | 89 static void multikeySort(MutableArrayRef<StringPair *> Vec, int Pos) { in multikeySort() argument [all...] |
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
| H A D | PackedVector.h | 83 PackedVector &Vec; member in llvm::PackedVector::reference
|
| H A D | ArrayRef.h | 81 /*implicit*/ ArrayRef(const SmallVectorTemplateCommon<T, U> &Vec) in ArrayRef() argument 87 /*implicit*/ ArrayRef(const std::vector<T, A> &Vec) in ArrayRef() argument 107 /*implicit*/ ArrayRef(const std::initializer_list<T> &Vec) in ArrayRef() argument 127 ArrayRef( const SmallVectorTemplateCommon<U *, DummyT> &Vec, typename std::enable_if< std::is_convertible<U *const *, T const *>::value>::type * = nullptr) ArrayRef() argument 137 ArrayRef(const std::vector<U *, A> &Vec, typename std::enable_if< std::is_convertible<U *const *, T const *>::value>::type* = 0) ArrayRef() argument 478 makeArrayRef(const SmallVectorImpl<T> &Vec) makeArrayRef() argument 484 makeArrayRef(const SmallVector<T, N> &Vec) makeArrayRef() argument 490 makeArrayRef(const std::vector<T> &Vec) makeArrayRef() argument 501 makeArrayRef(const ArrayRef<T> &Vec) makeArrayRef() argument 506 makeArrayRef(ArrayRef<T> &Vec) makeArrayRef() argument [all...] |
| /third_party/rust/crates/cxx/tests/ffi/ |
| H A D | module.rs | 15 impl Vec<Job> {} impls
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/ |
| H A D | DWARFGdbIndex.cpp | 183 auto &Vec = ConstantPoolVectors.back(); in parseImpl() local
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/ |
| H A D | PoisonChecking.cpp | 197 Value *Vec = I.getOperand(0); in generatePoisonChecks() local 209 Value *Vec = I.getOperand(0); in generatePoisonChecks() local
|
| /third_party/rust/crates/rustix/src/path/ |
| H A D | arg.rs | |
| /third_party/rust/crates/bindgen/bindgen/ir/ |
| H A D | traversal.rs | |
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
| H A D | ConstantFolder.h | 253 Constant *CreateExtractElement(Constant *Vec, Constant *Idx) const { in CreateExtractElement() argument 257 Constant *CreateInsertElement(Constant *Vec, Constant *NewElt, in CreateInsertElement() argument
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/ |
| H A D | ArrayRef.h | 74 /*implicit*/ ArrayRef(const SmallVectorTemplateCommon<T, U> &Vec) in ArrayRef() argument 80 /*implicit*/ ArrayRef(const std::vector<T, A> &Vec) in ArrayRef() argument 93 /*implicit*/ ArrayRef(const std::initializer_list<T> &Vec) in ArrayRef() argument 110 ArrayRef( const SmallVectorTemplateCommon<U *, DummyT> &Vec, typename std::enable_if< std::is_convertible<U *const *, T const *>::value>::type * = nullptr) ArrayRef() argument 120 ArrayRef(const std::vector<U *, A> &Vec, typename std::enable_if< std::is_convertible<U *const *, T const *>::value>::type* = 0) ArrayRef() argument 458 makeArrayRef(const SmallVectorImpl<T> &Vec) makeArrayRef() argument 464 makeArrayRef(const SmallVector<T, N> &Vec) makeArrayRef() argument 470 makeArrayRef(const std::vector<T> &Vec) makeArrayRef() argument 475 makeArrayRef(const ArrayRef<T> &Vec) makeArrayRef() argument 480 makeArrayRef(ArrayRef<T> &Vec) makeArrayRef() argument [all...] |
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
| H A D | TargetFolder.h | 245 Constant *CreateExtractElement(Constant *Vec, Constant *Idx) const { in CreateExtractElement() argument 249 Constant *CreateInsertElement(Constant *Vec, Constant *NewElt, in CreateInsertElement() argument
|
| /third_party/skia/third_party/externals/abseil-cpp/absl/synchronization/internal/ |
| H A D | graphcycles.cc | 75 class Vec { class 77 Vec() { Init(); } in Vec() function in absl::synchronization_internal::__anon19421::Vec [all...] |
| /third_party/rust/crates/cxx/gen/src/include/ |
| H A D | cxx.h | 831 Vec<T>::Vec(std::initializer_list<T> init) : Vec{} { Vec() function in rust::cxxbridge1::Vec 837 Vec<T>::Vec(const Vec &other) : Vec() { Vec() function in rust::cxxbridge1::Vec 856 new (&other) Vec(); global() variable [all...] |
| /third_party/rust/crates/cxx/gen/cmd/src/gen/include/ |
| H A D | cxx.h | 831 Vec<T>::Vec(std::initializer_list<T> init) : Vec{} { Vec() function in rust::cxxbridge1::Vec 837 Vec<T>::Vec(const Vec &other) : Vec() { Vec() function in rust::cxxbridge1::Vec 856 new (&other) Vec(); global() variable [all...] |