HomeSort by relevance Sort by last modified time
    Searched refs:VL (Results 1 - 12 of 12) sorted by null

  /external/clang/lib/AST/
DeclOpenMP.cpp 31 ArrayRef<Expr *> VL) {
32 OMPThreadPrivateDecl *D = new (C, DC, VL.size() * sizeof(Expr *))
34 D->NumVars = VL.size();
35 D->setVars(VL);
48 void OMPThreadPrivateDecl::setVars(ArrayRef<Expr *> VL) {
49 assert(VL.size() == NumVars &&
52 std::copy(VL.begin(), VL.end(), Vars);
Stmt.cpp     [all...]
CommentSema.cpp 449 VerbatimLineComment *VL = new (Allocator) VerbatimLineComment(
455 checkFunctionDeclVerbatimLine(VL);
456 checkContainerDeclVerbatimLine(VL);
457 return VL;
    [all...]
CommentParser.cpp 720 VerbatimLineComment *VL = S.actOnVerbatimLine(NameTok.getLocation(),
725 return VL;
  /external/ceres-solver/internal/ceres/
jet_test.cc 42 #define VL VLOG(1)
74 VL << "x = " << x;
75 VL << "y = " << y;
80 VL << "z = " << z;
81 VL << "w = " << w;
88 VL << "z = " << z;
89 VL << "w = " << w;
96 VL << "z = " << z;
97 VL << "w = " << w;
104 VL << "z = " << z
    [all...]
  /external/llvm/lib/Transforms/Vectorize/
SLPVectorizer.cpp 118 /// \returns the parent basic block if all of the instructions in \p VL
120 static BasicBlock *getSameBlock(ArrayRef<Value *> VL) {
121 Instruction *I0 = dyn_cast<Instruction>(VL[0]);
125 for (int i = 1, e = VL.size(); i < e; i++) {
126 Instruction *I = dyn_cast<Instruction>(VL[i]);
136 /// \returns True if all of the values in \p VL are constants.
137 static bool allConstant(ArrayRef<Value *> VL) {
138 for (unsigned i = 0, e = VL.size(); i < e; ++i)
139 if (!isa<Constant>(VL[i]))
144 /// \returns True if all of the values in \p VL are identical
    [all...]
  /external/clang/include/clang/AST/
DeclOpenMP.h 56 void setVars(ArrayRef<Expr *> VL);
61 ArrayRef<Expr *> VL);
OpenMPClause.h 88 void setVarRefs(ArrayRef<Expr *> VL) {
89 assert(VL.size() == NumVars &&
92 VL.begin(), VL.end(),
692 /// \brief Creates clause with a list of variables \a VL.
698 /// \param VL List of references to the variables.
702 SourceLocation EndLoc, ArrayRef<Expr *> VL);
752 /// \brief Creates clause with a list of variables \a VL.
758 /// \param VL List of references to the variables.
762 SourceLocation EndLoc, ArrayRef<Expr *> VL);
    [all...]
  /external/deqp/modules/gles2/performance/
es2pShaderOperatorTests.cpp     [all...]
  /external/deqp/modules/gles3/performance/
es3pShaderOperatorTests.cpp     [all...]
  /external/chromium_org/third_party/libjingle/source/talk/media/testdata/
h264-svc-99-640x360.rtpdump 221 ?T?l??@???_I8>?3?????t?a,?\{e?? ?G?w??O3???K?ef????.G???????p? ?-{?!?V???WG??fI;?+?(*>@??V?l??x??{??p?~?B?Vl!&D???\?w??n?Z??/5ì????4?*?l?v?4??WV???/?k?4??u?5 F0M??3?³u ?O?6H9?Rh??}@??Fv? ??Ss????c%]??'??f??f???Gtr8>????.?? ?%?kP???",??8??_???g?<O?N<?i????/&x+uh]?T:^?j??l N?V??!?`?O??z??PU?W???q?+??U??c??"?v??W~?`0?A^???? ?8X?{?O???\]T9;?(?L?4??LW4?????X?4_?+? ?<yB/s????r#;??A??0?J???+[???O???????84???>W?g??z? ?3??F????*9?C??.??V???????Q`?@?=#FU ?/?s8/[0???W?????????of%??:??j5?--AN???CW?????n???[LQ???'??H} j4?H6mj???lL?7????O?n????#+j?D?"^A????U/???D`?????????u;5?
    [all...]
  /external/chromium_org/third_party/usb_ids/
usb.ids     [all...]

Completed in 3389 milliseconds