OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GuardNum
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/include/clang/AST/
Mangle.h
226
unsigned
GuardNum
,
/src/external/apache2/llvm/dist/clang/lib/CodeGen/
MicrosoftCXXABI.cpp
2460
unsigned
GuardNum
;
2461
ResetGuardBit(Address Guard, unsigned
GuardNum
)
2462
: Guard(Guard),
GuardNum
(
GuardNum
) {}
2470
llvm::ConstantInt::get(CGF.IntTy, ~(1ULL <<
GuardNum
));
2520
unsigned
GuardNum
;
2524
GuardNum
= getContext().getStaticLocalNumber(&D);
2525
assert(
GuardNum
> 0);
2526
GuardNum
--;
2528
GuardNum
= ThreadSafeGuardNumMap[D.getDeclContext()]++
[
all
...]
/src/external/apache2/llvm/dist/clang/lib/AST/
MicrosoftMangle.cpp
185
void mangleThreadSafeStaticGuardVariable(const VarDecl *D, unsigned
GuardNum
,
3724
const VarDecl *VD, unsigned
GuardNum
, raw_ostream &Out) {
3728
Mangler.getStream() << "?$TSS" <<
GuardNum
<< '@';
Completed in 22 milliseconds
Indexes created Sat Jun 13 00:24:39 UTC 2026