OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:MapTy
(Results
1 - 8
of
8
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
CheckObjCInstMethSignature.cpp
91
typedef llvm::DenseMap<Selector,ObjCMethodDecl*>
MapTy
;
92
MapTy
IMeths;
106
MapTy
::iterator MI = IMeths.find(S);
/src/external/apache2/llvm/dist/clang/lib/AST/
ParentMap.cpp
22
typedef llvm::DenseMap<Stmt*, Stmt*>
MapTy
;
29
static void BuildParentMap(
MapTy
& M, Stmt* S,
111
MapTy
*M = new
MapTy
();
118
delete (
MapTy
*) Impl;
123
BuildParentMap(*(
MapTy
*) Impl, S);
130
MapTy
*M = reinterpret_cast<
MapTy
*>(Impl);
135
MapTy
* M = (
MapTy
*) Impl
[
all
...]
ExprConstant.cpp
545
typedef std::map<MapKeyTy, APValue>
MapTy
;
547
MapTy
Temporaries;
/src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
InstrOrderFile.cpp
62
ArrayType *
MapTy
;
78
MapTy
= ArrayType::get(Type::getInt8Ty(Ctx), NumFunctions);
93
BitMap = new GlobalVariable(M,
MapTy
, false, GlobalValue::PrivateLinkage,
94
Constant::getNullValue(
MapTy
), BitMapName);
137
Value *MapAddr = entryB.CreateGEP(
MapTy
, BitMap, IdxFlags, "");
/src/external/apache2/llvm/dist/llvm/include/llvm/BinaryFormat/
MsgPackDocument.h
42
typedef std::map<DocNode, DocNode>
MapTy
;
61
MapTy
*Map;
227
MapTy
::iterator begin() { return Map->begin(); }
228
MapTy
::iterator end() { return Map->end(); }
229
MapTy
::iterator find(DocNode Key) { return Map->find(Key); }
230
MapTy
::iterator find(StringRef Key);
231
MapTy
::iterator erase(
MapTy
::const_iterator I) { return Map->erase(I); }
233
MapTy
::iterator erase(
MapTy
::const_iterator First
[
all
...]
/src/external/apache2/llvm/dist/clang/include/clang/Analysis/
RetainSummaryManager.h
390
typedef llvm::DenseMap<ObjCSummaryKey, const RetainSummary *>
MapTy
;
391
MapTy
M;
399
MapTy
::iterator I = M.find(K);
430
MapTy
::iterator I = M.find(ObjCSummaryKey(II, S));
/src/external/apache2/llvm/dist/llvm/lib/Analysis/
ConstantFolding.cpp
565
Type *
MapTy
;
567
MapTy
= Type::getInt16Ty(C->getContext());
569
MapTy
= Type::getInt32Ty(C->getContext());
571
MapTy
= Type::getInt64Ty(C->getContext());
573
MapTy
= PointerType::getIntNTy(
578
C = FoldBitCast(C,
MapTy
->getPointerTo(AS), DL);
579
if (Constant *Res = FoldReinterpretLoadFromConstPtr(C,
MapTy
, DL)) {
/src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
SimplifyCFG.cpp
5696
IntegerType *
MapTy
= BitMap->getType();
5701
Value *ShiftAmt = Builder.CreateZExtOrTrunc(Index,
MapTy
, "switch.cast");
5705
ShiftAmt, ConstantInt::get(
MapTy
, BitMapElementTy->getBitWidth()),
6053
IntegerType *
MapTy
= TableMask->getType();
6055
Builder.CreateZExtOrTrunc(TableIndex,
MapTy
, "switch.maskindex");
Completed in 48 milliseconds
Indexes created Sun Mar 01 05:31:48 UTC 2026