Home
last modified time | relevance | path

Searched defs:contains (Results 1 – 25 of 26) sorted by relevance

12

/minix3/external/bsd/llvm/dist/clang/test/CXX/dcl.decl/dcl.fct.def/dcl.fct.def.general/
H A Dp8.cpp11 constexpr bool contains(const char *p, const char *q) { in contains() function
/minix3/external/bsd/llvm/dist/llvm/include/llvm/Support/
H A DUnicodeCharRanges.h59 bool contains(uint32_t C) const { in contains() function
/minix3/external/bsd/llvm/dist/llvm/include/llvm/Analysis/
H A DInterval.h69 inline bool contains(BasicBlock *BB) const { in contains() function
H A DTrace.h72 bool contains(const BasicBlock *X) const { in contains() function
H A DLoopInfo.h107 bool contains(const LoopT *L) const { in contains() function
115 bool contains(const BlockT *BB) const { in contains() function
122 bool contains(const InstT *Inst) const { in contains() function
H A DRegionInfoImpl.h103 bool RegionBase<Tr>::contains(const BlockT *B) const { in contains() function
120 bool RegionBase<Tr>::contains(const LoopT *L) const { in contains() function
/minix3/external/bsd/llvm/dist/llvm/include/llvm/CodeGen/
H A DLivePhysRegs.h101 bool contains(unsigned Reg) const { return LiveRegs.count(Reg); } in contains() function
H A DLiveInterval.h171 bool contains(SlotIndex I) const { in contains() function
/minix3/external/bsd/llvm/dist/clang/include/clang/Tooling/Core/
H A DReplacement.h54 bool contains(Range RHS) const { in contains() function
/minix3/external/bsd/llvm/dist/llvm/lib/IR/
H A DConstantRange.cpp209 bool ConstantRange::contains(const APInt &V) const { in contains() function in ConstantRange
222 bool ConstantRange::contains(const ConstantRange &Other) const { in contains() function in ConstantRange
H A DValue.cpp285 static bool contains(SmallPtrSetImpl<ConstantExpr *> &Cache, ConstantExpr *Expr, in contains() function
302 static bool contains(Value *Expr, Value *V) { in contains() function
H A DAttributes.cpp1165 bool AttrBuilder::contains(StringRef A) const { in contains() function in AttrBuilder
/minix3/external/bsd/kyua-cli/dist/engine/
H A Dfilters.cpp126 engine::test_filter::contains(const test_filter& other) const in contains() function in engine::test_filter
/minix3/external/bsd/llvm/dist/llvm/include/llvm/ADT/
H A DImmutableList.h105 bool contains(const T& V) const { in contains() function
H A DImmutableMap.h129 bool contains(key_type_ref K) const { in contains() function
352 bool contains(key_type_ref K) const { in contains() function
H A DSparseMultiSet.h391 bool contains(const KeyT &Key) const { in contains() function
H A DImmutableSet.h168 bool contains(key_type_ref K) { return (bool) find(K); } in contains() function
/minix3/external/bsd/llvm/dist/llvm/include/llvm/MC/
H A DMCRegisterInfo.h67 bool contains(unsigned Reg) const { in contains() function
76 bool contains(unsigned Reg1, unsigned Reg2) const { in contains() function
/minix3/external/bsd/llvm/dist/llvm/include/llvm/Target/
H A DTargetRegisterInfo.h73 bool contains(unsigned Reg) const { in contains() function
78 bool contains(unsigned Reg1, unsigned Reg2) const { in contains() function
/minix3/external/bsd/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64A57FPLoadBalancing.cpp212 bool contains(MachineInstr *MI) { return Insts.count(MI) > 0; } in contains() function in __anonc201d1dc0111::Chain
/minix3/external/bsd/llvm/dist/llvm/include/llvm/ProfileData/
H A DCoverageMapping.h189 bool contains(const CounterMappingRegion &Other) const { in contains() function
/minix3/external/bsd/llvm/dist/clang/unittests/Tooling/
H A DRefactoringTest.cpp380 TEST(Range, contains) { in TEST() argument
/minix3/external/bsd/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DProgramState.h402 bool contains(typename ProgramStateTrait<T>::key_type key) const { in contains() function
/minix3/external/bsd/llvm/dist/llvm/utils/TableGen/
H A DCodeGenRegisters.cpp768 bool CodeGenRegisterClass::contains(const CodeGenRegister *Reg) const { in contains() function in CodeGenRegisterClass
/minix3/minix/share/beaglebone/weather/
H A Dprocessing.js13 …log("Processing.js: "+N)}}return G}();var w=function(N){var O=new XMLHttpRequest;O.open("GET",N,fa… function

12