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

  /system/tools/hidl/c2hal/
Expression.cpp 180 TernaryExpression(Expression *lhs, Expression *mhs, Expression* rhs)
181 : mLhs(lhs), mMhs(mhs), mRhs(rhs)
281 Expression *Expression::ternary(Expression *lhs, Expression *mhs, Expression *rhs) {
282 return new TernaryExpression(lhs, mhs, rhs);
Expression.h 73 static Expression *ternary(Expression *lhs, Expression *mhs, Expression *rhs);
  /external/swiftshader/third_party/LLVM/lib/TableGen/
Record.cpp 190 Init *MHS = Tern->getMHS();
193 IntInit *MHSi = dynamic_cast<IntInit*>(MHS);
213 BitsInit *MHSbs = dynamic_cast<BitsInit*>(MHS);
983 Init *mhs, Init *rhs,
999 mhs),
1003 if (!I) I = new TernOpInit(opc, lhs, mhs, rhs, Type);
1007 static Init *ForeachHelper(Init *LHS, Init *MHS, Init *RHS, RecTy *Type,
1055 static Init *ForeachHelper(Init *LHS, Init *MHS, Init *RHS, RecTy *Type,
1057 DagInit *MHSd = dynamic_cast<DagInit*>(MHS);
1058 ListInit *MHSl = dynamic_cast<ListInit*>(MHS);
1225 Init *mhs = MHS->resolveReferences(R, RV); local
1236 Init *mhs = MHS->resolveReferences(R, RV); local
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/TableGen/
Record.h 861 Init *LHS, *MHS, *RHS;
863 TernOpInit(TernaryOp opc, Init *lhs, Init *mhs, Init *rhs,
865 OpInit(IK_TernOpInit, Type, opc), LHS(lhs), MHS(mhs), RHS(rhs) {}
876 Init *mhs, Init *rhs,
901 Init *getMHS() const { return MHS; }
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/TableGen/
Record.h 861 Init *LHS, *MHS, *RHS;
863 TernOpInit(TernaryOp opc, Init *lhs, Init *mhs, Init *rhs,
865 OpInit(IK_TernOpInit, Type, opc), LHS(lhs), MHS(mhs), RHS(rhs) {}
876 Init *mhs, Init *rhs,
901 Init *getMHS() const { return MHS; }
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/TableGen/
Record.h 861 Init *LHS, *MHS, *RHS;
863 TernOpInit(TernaryOp opc, Init *lhs, Init *mhs, Init *rhs,
865 OpInit(IK_TernOpInit, Type, opc), LHS(lhs), MHS(mhs), RHS(rhs) {}
876 Init *mhs, Init *rhs,
901 Init *getMHS() const { return MHS; }
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/TableGen/
Record.h 861 Init *LHS, *MHS, *RHS;
863 TernOpInit(TernaryOp opc, Init *lhs, Init *mhs, Init *rhs,
865 OpInit(IK_TernOpInit, Type, opc), LHS(lhs), MHS(mhs), RHS(rhs) {}
876 Init *mhs, Init *rhs,
901 Init *getMHS() const { return MHS; }
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/TableGen/
Record.h 861 Init *LHS, *MHS, *RHS;
863 TernOpInit(TernaryOp opc, Init *lhs, Init *mhs, Init *rhs,
865 OpInit(IK_TernOpInit, Type, opc), LHS(lhs), MHS(mhs), RHS(rhs) {}
876 Init *mhs, Init *rhs,
901 Init *getMHS() const { return MHS; }
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/TableGen/
Record.h 861 Init *LHS, *MHS, *RHS;
863 TernOpInit(TernaryOp opc, Init *lhs, Init *mhs, Init *rhs,
865 OpInit(IK_TernOpInit, Type, opc), LHS(lhs), MHS(mhs), RHS(rhs) {}
876 Init *mhs, Init *rhs,
901 Init *getMHS() const { return MHS; }
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/TableGen/
Record.h 861 Init *LHS, *MHS, *RHS;
863 TernOpInit(TernaryOp opc, Init *lhs, Init *mhs, Init *rhs,
865 OpInit(IK_TernOpInit, Type, opc), LHS(lhs), MHS(mhs), RHS(rhs) {}
876 Init *mhs, Init *rhs,
901 Init *getMHS() const { return MHS; }
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/TableGen/
Record.h 861 Init *LHS, *MHS, *RHS;
863 TernOpInit(TernaryOp opc, Init *lhs, Init *mhs, Init *rhs,
865 OpInit(IK_TernOpInit, Type, opc), LHS(lhs), MHS(mhs), RHS(rhs) {}
876 Init *mhs, Init *rhs,
901 Init *getMHS() const { return MHS; }
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/TableGen/
Record.h 861 Init *LHS, *MHS, *RHS;
863 TernOpInit(TernaryOp opc, Init *lhs, Init *mhs, Init *rhs,
865 OpInit(IK_TernOpInit, Type, opc), LHS(lhs), MHS(mhs), RHS(rhs) {}
876 Init *mhs, Init *rhs,
901 Init *getMHS() const { return MHS; }
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/TableGen/
Record.h 861 Init *LHS, *MHS, *RHS;
863 TernOpInit(TernaryOp opc, Init *lhs, Init *mhs, Init *rhs,
865 OpInit(IK_TernOpInit, Type, opc), LHS(lhs), MHS(mhs), RHS(rhs) {}
876 Init *mhs, Init *rhs,
901 Init *getMHS() const { return MHS; }
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/TableGen/
Record.h 861 Init *LHS, *MHS, *RHS;
863 TernOpInit(TernaryOp opc, Init *lhs, Init *mhs, Init *rhs,
865 OpInit(IK_TernOpInit, Type, opc), LHS(lhs), MHS(mhs), RHS(rhs) {}
876 Init *mhs, Init *rhs,
901 Init *getMHS() const { return MHS; }
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/TableGen/
Record.h 861 Init *LHS, *MHS, *RHS;
863 TernOpInit(TernaryOp opc, Init *lhs, Init *mhs, Init *rhs,
865 OpInit(IK_TernOpInit, Type, opc), LHS(lhs), MHS(mhs), RHS(rhs) {}
876 Init *mhs, Init *rhs,
901 Init *getMHS() const { return MHS; }
    [all...]
  /external/llvm/lib/TableGen/
Record.cpp 916 ProfileTernOpInit(FoldingSetNodeID &ID, unsigned Opcode, Init *LHS, Init *MHS,
920 ID.AddPointer(MHS);
925 TernOpInit *TernOpInit::get(TernaryOp Opc, Init *LHS, Init *MHS, Init *RHS,
931 ProfileTernOpInit(ID, Opc, LHS, MHS, RHS, Type);
937 TernOpInit *I = new TernOpInit(Opc, LHS, MHS, RHS, Type);
947 static Init *ForeachHelper(Init *LHS, Init *MHS, Init *RHS, RecTy *Type,
979 static Init *ForeachHelper(Init *LHS, Init *MHS, Init *RHS, RecTy *Type,
992 DagInit *MHSd = dyn_cast<DagInit>(MHS);
1016 ListInit *MHSl = dyn_cast<ListInit>(MHS);
1049 DefInit *MHSd = dyn_cast<DefInit>(MHS);
1121 Init *mhs = MHS->resolveReferences(R, RV); local
1131 Init *mhs = MHS->resolveReferences(R, RV); local
    [all...]
  /external/llvm/include/llvm/TableGen/
Record.h 858 Init *LHS, *MHS, *RHS;
860 TernOpInit(TernaryOp opc, Init *lhs, Init *mhs, Init *rhs,
862 OpInit(IK_TernOpInit, Type, opc), LHS(lhs), MHS(mhs), RHS(rhs) {}
872 Init *mhs, Init *rhs,
897 Init *getMHS() const { return MHS; }
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/TableGen/
Record.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/TableGen/
Record.h 883 Init *LHS, *MHS, *RHS;
885 TernOpInit(TernaryOp opc, Init *lhs, Init *mhs, Init *rhs,
887 OpInit(IK_TernOpInit, Type, opc), LHS(lhs), MHS(mhs), RHS(rhs) {}
898 Init *mhs, Init *rhs,
923 Init *getMHS() const { return MHS; }
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/TableGen/
Record.h 883 Init *LHS, *MHS, *RHS;
885 TernOpInit(TernaryOp opc, Init *lhs, Init *mhs, Init *rhs,
887 OpInit(IK_TernOpInit, Type, opc), LHS(lhs), MHS(mhs), RHS(rhs) {}
898 Init *mhs, Init *rhs,
923 Init *getMHS() const { return MHS; }
    [all...]
  /external/webrtc/talk/media/testdata/
voice.rtpdump 6 ??pjjn|{twon?????hn????}????kg}???ot?pfw????~???t???plv???????o`f???]^???i\i??utm???fZg????|?vpo??????{??????????????????mhs???}q{???u_^kv?q\Z]s?tiZ\dejjicy??????????W?9J?4????pj???????????qr???nfiu??yno|nka]Y[^m~n???nolci???b_bp?????????|lojm?????????????~?????{pz?}y??rox{vhip}q|v???lkz????????ot????o{toixph_bl???ofk???xdk????{?????ro??k?9K?4?J??pjctt{~y?zs?im?vf[]`^kmy??????????????kdek??fdaoonym|??~yviv????v?????????????????kt????}f`ho???mge\[_ckhidr?????zo????rk???????xsu????u?~q????xot|qlgx~zmlnlgl~???~?9L?4???pj?oz???~p???pjs?ohgj????rjl????mu{???????mkpzi^]ghc\Y[ep??????????????????{{ok??????vejhhyxb\bn??no???ynfu??wn????n????????????l????ngem}jh]hilfkfhijgtjghoobY????9M?4????pjY`l???zii{????????????????????vht????mek?og|??z?p??????lj}???|st????ttlxspe^\j??h_g???g^^q??ppt???????????y??????????????????hhu????yimv????n_h???o_`ekon??iZX`????9N?4?*??pjt?ujhm???gp????x?????????}?snps?????{????|cdgmp???????????{???s????odhhnodbasjlbem{o???ynv??}m^^[dg`i~???z?????????????????s?????uce????~?????sef_emooxjwykho?s????9O?4???pjhcjk???????????????????|}uwr??sku??{????sel?xh]]_kkd\\c_fns{?yn???qu????pmm~?xp??????|??????????|soq?{?????|o]^dofon^\l???fct??mm??zsw?????????????????????skk????9P?4?j??pj????x???t????mfo?w^[htljdioq??zuz{qpius{???????z???w???????}mo}?????jmr?xobjllno??}wohx??tpo???wbdn?????|yy???yz???{mx??|a_r??ud^empun{??x???????}xlo???tp?|??????9Q?4?
    [all...]
  /external/annotation-tools/asmx/
janino.jar 
  /external/annotation-tools/asmx/test/lib/
janino-2.3.4.jar 

Completed in 717 milliseconds