Searched refs:lookup (Results 251 - 275 of 286) sorted by relevance

<<1112

/freebsd-9.3-release/contrib/groff/src/preproc/pic/
H A Dobject.cpp936 return tbl->lookup(name);
/freebsd-9.3-release/contrib/llvm/lib/ExecutionEngine/
H A DExecutionEngine.cpp1326 void *OldVal = EES->GlobalAddressMap.lookup(Old);
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaDeclCXX.cpp2530 = ClassDecl->lookup(MemberOrBase);
3399 if (CXXCtorInitializer *Init = Info.AllBaseFields.lookup(Field))
3522 = Info.AllBaseFields.lookup(VBase->getType()->getAs<RecordType>())) {
3562 = Info.AllBaseFields.lookup(Base->getType()->getAs<RecordType>())) {
4354 DeclContext::lookup_result R = Record->lookup(Record->getDeclName());
4494 // Since default constructor lookup is essentially trivial (and cannot
5261 // -- for a virtual destructor, lookup of the non-array deallocation function
5305 /// Perform lookup for a special member of the specified kind, and determine
5307 /// lookup, skip it. This is intended for use when determining whether a
5412 // The standard doesn't describe how to behave if the lookup i
[all...]
H A DSemaInit.cpp1740 StructuredList = IsFirstDesignator? SyntacticToSemantic.lookup(IList)
1771 // the fact that we have a faster lookup method, because we always
1811 // name. Perform another lookup for this name, which may find
1815 DeclContext::lookup_result Lookup = RT->getDecl()->lookup(FieldName);
1818 // Name lookup didn't find anything. Determine whether this
1840 // Name lookup found something, but it wasn't a field.
2226 ExistingInit = SyntacticToSemantic.lookup(IList);
3124 // To be safe we copy the lookup results to a new container.
3455 // To be safe we copy the lookup results to a new container.
4078 // be changed while iterating. To be safe we copy the lookup result
[all...]
H A DSemaDeclAttr.cpp352 DeclContextLookupConstResult Res1 = RT->getDecl()->lookup(
357 DeclContextLookupConstResult Res2 = RT->getDecl()->lookup(
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DMallocChecker.cpp2080 if (!currMap.lookup(sym))
H A DRetainCountChecker.cpp315 if (const ArgEffect *AE = Args.lookup(idx))
430 // Do a lookup with the (D,S) pair. If we find a match return
454 // Cache the summary with original key to make the next lookup faster
462 // FIXME: Class method lookup. Right now we dont' have a good way
976 // FIXME: This should all be refactored into a chain of "summary lookup"
1881 if (const RetainSummary *Summ = SummaryLog.lookup(OrigNode)) {
3628 if (const RefVal *T = B.lookup(Sym)){
/freebsd-9.3-release/contrib/ipfilter/
H A DHISTORY197 fix null-pointer deref in hash table lookup
737 re-lookup name->pointer mappings
980 lookup the protocol for NAT log information in ipmon and pass that to
1573 fix solaris2.6 lookup of destination ire's.
1722 fixed incorrect lookup of active NAT entries.
/freebsd-9.3-release/contrib/llvm/lib/Transforms/Vectorize/
H A DBBVectorize.cpp1469 // A lookup table of visisted pairs is kept because the PairableInstUserMap
1775 size_t MaxDepth = DAG.lookup(IJ);
2135 size_t NumChoices = CandidatePairs.lookup(*I).size();
H A DLoopVectorize.cpp2108 if (Instruction *V = CSEMap.lookup(In)) {
2473 Legal->getInductionVars()->lookup(P);
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp315 return M.lookup(N);
2888 if (const ExplodedNode *NewNode = ForwardMap.lookup(Nodes[i])) {
/freebsd-9.3-release/sys/boot/ficl/
H A Dwords.c1736 static void lookup(FICL_VM *pVM) function
5188 dictAppendWord(dp, "lookup", lookup, FW_DEFAULT);
/freebsd-9.3-release/contrib/llvm/include/llvm/ADT/
H A DIntervalMap.h53 // ValT lookup(KeyT x, Value NotFound = Value()) const;
1082 /// lookup - Return the mapped value at x or NotFound.
1083 ValT lookup(KeyT x, ValT NotFound = ValT()) const {
/freebsd-9.3-release/contrib/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfCompileUnit.cpp116 return MDNodeToDieMap.lookup(D);
1604 // 3) followed by a custom OP to make the debugger do a TLS lookup.
/freebsd-9.3-release/contrib/llvm/lib/IR/
H A DVerifier.cpp658 MDNode *Op = SeenIDs.lookup(Flag);
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGBlocks.cpp781 src = LocalDeclMap.lookup(variable);
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Frontend/
H A DASTUnit.cpp2616 serialization::ModuleFile *Mod = MMan->ModuleMgr.lookup(ModName);
/freebsd-9.3-release/contrib/one-true-awk/
H A Drun.c565 k = lookup(buf, (Array *) ap->sval);
/freebsd-9.3-release/sys/contrib/pf/net/
H A Dpfvar.h1258 } lookup; member in struct:pf_pdesc
/freebsd-9.3-release/contrib/llvm/lib/Target/X86/
H A DX86InstrInfo.cpp5181 static const uint16_t *lookup(unsigned opcode, unsigned domain) { function
5200 if (domain && lookup(MI->getOpcode(), domain))
5211 const uint16_t *table = lookup(MI->getOpcode(), dom);
/freebsd-9.3-release/contrib/llvm/lib/MC/MCParser/
H A DAsmParser.cpp1317 ExtensionDirectiveMap.lookup(IDVal);
/freebsd-9.3-release/contrib/llvm/lib/Transforms/IPO/
H A DGlobalOpt.cpp2304 Constant *R = ValueStack.back()->lookup(V);
/freebsd-9.3-release/contrib/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp70 STATISTIC(NumLookupTables, "Number of switch instructions turned into lookup tables");
3325 return ConstantPool.lookup(V);
3435 /// SwitchLookupTable - This class represents a lookup table that can be used
3439 /// SwitchLookupTable - Create a lookup table to use as a switch replacement
3450 /// the position given by Index in the lookup table.
3464 // store that single value and return it for each lookup.
3496 assert(Values.size() && "Can't build lookup table without values!");
3598 llvm_unreachable("Unknown lookup table kind!");
3618 /// ShouldBuildLookupTable - Determine whether a lookup table should be built
3665 /// replace the switch with lookup table
[all...]
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/AST/
H A DDecl.cpp2388 lookup_const_result R = getDeclContext()->lookup(getDeclName());
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Serialization/
H A DASTReaderDecl.cpp373 DeclContext *MergedSemaDC = Reader.MergedDeclContexts.lookup(SemaDC);
2923 // so suppress further lookup.

Completed in 457 milliseconds

<<1112