OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PointerTypes
(Results
1 - 6
of
6
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/IR/
Type.cpp
694
PointerType *&Entry = AddressSpace == 0 ? CImpl->
PointerTypes
[EltTy]
708
? CImpl->
PointerTypes
[nullptr]
LLVMContextImpl.h
1450
DenseMap<Type*, PointerType*>
PointerTypes
; // Pointers in AddrSpace = 0
/src/external/apache2/llvm/dist/clang/utils/TableGen/
MveEmitter.cpp
980
std::map<std::string, std::unique_ptr<PointerType>>
PointerTypes
;
1021
if (
PointerTypes
.find(key) ==
PointerTypes
.end())
1022
PointerTypes
[key] = std::make_unique<PointerType>(PT);
1023
return
PointerTypes
[key].get();
/src/external/apache2/llvm/dist/clang/include/clang/AST/
ASTContext.h
194
mutable llvm::FoldingSet<PointerType>
PointerTypes
;
/src/external/apache2/llvm/dist/clang/lib/Sema/
SemaOverload.cpp
7784
///
PointerTypes
- The set of pointer types that will be used in the
7786
TypeSet
PointerTypes
;
7843
llvm::iterator_range<iterator> pointer_types() { return
PointerTypes
; }
7875
if (!
PointerTypes
.insert(Ty))
7924
PointerTypes
.insert(QPointerTy);
8010
PointerTypes
.insert(Ty);
/src/external/apache2/llvm/dist/clang/lib/AST/
ASTContext.cpp
3196
if (PointerType *PT =
PointerTypes
.FindNodeOrInsertPos(ID, InsertPos))
3206
PointerType *NewIP =
PointerTypes
.FindNodeOrInsertPos(ID, InsertPos);
3211
PointerTypes
.InsertNode(New, InsertPos);
Completed in 99 milliseconds
Indexes created Tue Jun 09 00:24:00 UTC 2026