Searched defs:Selector (Results 1 - 13 of 13) sorted by relevance

/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/util/
H A DSelector.java3 public interface Selector<T> interface in inherits:Cloneable
/external/llvm/lib/CodeGen/AsmPrinter/
H A DEHStreamer.h122 static bool isFilterEHSelector(int Selector) { return Selector < 0; } argument
123 static bool isCleanupEHSelector(int Selector) { return Selector == 0; } argument
124 static bool isCatchEHSelector(int Selector) { return Selector > 0; } argument
H A DWin64Exception.cpp209 for (int Selector : CSE.LPad->TypeIds) {
212 if (isCatchEHSelector(Selector))
254 int Selector = LPad->TypeIds[E - I - 1]; local
258 if (!isCatchEHSelector(Selector))
263 if (isCatchEHSelector(Selector)) {
264 assert(unsigned(Selector - 1) < SelectorToFilter.size());
265 const GlobalValue *TI = SelectorToFilter[Selector - 1];
/external/llvm/include/llvm/CodeGen/
H A DWinEHFuncInfo.h60 CatchHandler(BasicBlock *BB, Constant *Selector, BasicBlock *NextBB) argument
61 : ActionHandler(BB, ActionType::Catch), Selector(Selector),
70 Constant *getSelector() const { return Selector; }
84 Constant *Selector; member in class:llvm::CatchHandler
/external/openfst/src/include/fst/
H A Dbi-table.h408 const S &Selector() const { return *selector_; } function in class:fst::VectorHashBiTable
H A Dlookahead-filter.h267 const LookAheadSelector<Matcher1, Matcher2, MT> &Selector() const { function in class:fst::LookAheadComposeFilter
374 Selector().GetMatcher()->LookAheadWeight() : Weight::One();
395 const LookAheadSelector<Matcher1, Matcher2, MT> &Selector() const { function in class:fst::PushWeightsComposeFilter
396 return filter_.Selector();
542 &Selector() const { function in class:fst::PushLabelsComposeFilter
543 return filter_.Selector();
560 Selector().GetMatcher()->SetState(arca->nextstate);
561 if (Selector().GetMatcher()->LookAheadLabel(flabel))
584 if (Selector().GetMatcher()->LookAheadPrefix(&larc)) { // Have prefix arc?
/external/clang/include/clang/Basic/
H A DIdentifierTable.h12 /// clang::Selector interfaces.
35 class MultiKeywordSelector; // private class used by Selector
606 class Selector { class in namespace:clang
618 Selector(IdentifierInfo *II, unsigned nArgs) { function in class:clang::Selector
624 Selector(MultiKeywordSelector *SI) {
643 static ObjCMethodFamily getMethodFamilyImpl(Selector sel);
645 static ObjCStringFormatFamily getStringFormatFamilyImpl(Selector sel);
653 Selector() : InfoPtr(0) {}
654 Selector(uintptr_t V) : InfoPtr(V) {}
657 bool operator==(Selector RH
[all...]
/external/clang/tools/libclang/
H A DCIndexCodeCompletion.cpp310 std::string Selector; member in struct:__anon2780::AllocatedCXCodeCompleteResults
560 AllocatedResults.Selector = "";
566 AllocatedResults.Selector += selIdent->getName();
567 AllocatedResults.Selector += ":";
926 return cxstring::createDup(Results->Selector);
/external/llvm/lib/Transforms/Scalar/
H A DScalarizer.cpp548 int Selector = SVI.getMaskValue(I); local
549 if (Selector < 0)
551 else if (unsigned(Selector) < Op0.size())
552 Res[I] = Op0[Selector];
554 Res[I] = Op1[Selector - Op0.size()];
/external/llvm/lib/CodeGen/
H A DWinEHPrepare.cpp215 Function *CatchFn, Value *Selector, FrameVarInfoMap &VarInfo,
219 CurrentSelector(Selector->stripPointerCasts()),
737 Constant *&Selector, BasicBlock *&NextBB) {
747 m_Intrinsic<Intrinsic::eh_typeid_for>(m_Constant(Selector))) &&
748 !match(RHS, m_Intrinsic<Intrinsic::eh_typeid_for>(m_Constant(Selector))))
955 Constant *Selector; local
956 bool Res = isSelectorDispatch(StartBB, HandlerBB, Selector, NextBB);
1149 Value *Selector = IntrinCall->getArgOperand(0)->stripPointerCasts(); local
1152 if (Selector == CurrentSelector)
1213 Constant *Selector; local
214 WinEHCatchDirector( Function *CatchFn, Value *Selector, FrameVarInfoMap &VarInfo, LandingPadMap &LPadMap, DenseMap<LandingPadInst *, const LandingPadInst *> &NestedLPads) argument
736 isSelectorDispatch(BasicBlock *BB, BasicBlock *&CatchHandler, Constant *&Selector, BasicBlock *&NextBB) argument
1435 Constant *Selector = nullptr; local
1714 auto *Selector = cast<Constant>(II->getArgOperand(I + 1)); local
[all...]
/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp884 uint64_t Selector; local
886 Selector = C->getElementAsInteger(I);
888 Selector = C->getElementAsAPFloat(I).bitcastToAPInt().getZExtValue();
889 Selectors.push_back(ConstantInt::get(Tyi1, Selector >> (BitWidth - 1)));
/external/google-tv-pairing-protocol/java/jar/
H A Dbcprov-jdk15-143.jarMETA-INF/MANIFEST.MF META-INF/BCKEY.SF META-INF/BCKEY.DSA META ...
/external/robolectric/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...

Completed in 334 milliseconds