Searched refs:Guard (Results 1 - 20 of 20) sorted by relevance

/freebsd-9.3-release/lib/libstand/
H A Dzalloc_defs.h61 typedef struct Guard { struct
64 } Guard; typedef in typeref:struct:Guard
H A Dzalloc_malloc.c56 Guard *res;
94 Guard *res = (void *)((char *)ptr - MALLOCALIGN);
/freebsd-9.3-release/contrib/ntp/sntp/unity/
H A Dunity_fixture.c176 } Guard; typedef in typeref:struct:GuardBytes
184 Guard* guard;
195 guard = (Guard*)malloc(size + sizeof(Guard) + 4);
205 Guard* guard = (Guard*)mem;
214 Guard* guard = (Guard*)mem;
240 Guard* guard = (Guard*)oldMe
[all...]
/freebsd-9.3-release/contrib/llvm/lib/IR/
H A DPassRegistry.cpp76 sys::SmartScopedWriter<true> Guard(*Lock);
88 sys::SmartScopedReader<true> Guard(*Lock);
95 sys::SmartScopedReader<true> Guard(*Lock);
107 sys::SmartScopedWriter<true> Guard(*Lock);
124 sys::SmartScopedWriter<true> Guard(*Lock);
136 sys::SmartScopedReader<true> Guard(*Lock);
164 sys::SmartScopedWriter<true> Guard(*Lock);
190 sys::SmartScopedWriter<true> Guard(*Lock);
196 sys::SmartScopedWriter<true> Guard(*Lock);
/freebsd-9.3-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.h400 Guard(0) { }
406 return ParentMBB && SuccessMBB && FailureMBB && Guard;
420 if (!Guard)
421 Guard = StackProtCheckCall.getArgOperand(0);
450 Guard = 0;
456 const Value *getGuard() { return Guard; }
478 const Value *Guard; member in class:llvm::SelectionDAGBuilder::StackProtectorDescriptor
H A DSelectionDAGBuilder.cpp1776 SDValue Guard = DAG.getLoad(PtrTy, getCurSDLoc(), DAG.getEntryNode(),
1786 EVT VT = Guard.getValueType();
1787 SDValue Sub = DAG.getNode(ISD::SUB, getCurSDLoc(), VT, Guard, StackSlot);
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGDeclCXX.cpp323 llvm::GlobalVariable *Guard = new llvm::GlobalVariable( local
326 Guard->setThreadLocal(true);
328 .GenerateCXXGlobalInitFunc(InitFn, CXXThreadLocalInits, Guard);
434 llvm::GlobalVariable *Guard) {
440 if (Guard) {
443 llvm::Value *GuardVal = Builder.CreateLoad(Guard);
448 Builder.CreateStore(llvm::ConstantInt::get(GuardVal->getType(), 1), Guard);
432 GenerateCXXGlobalInitFunc(llvm::Function *Fn, ArrayRef<llvm::Constant *> Decls, llvm::GlobalVariable *Guard) argument
H A DMicrosoftCXXABI.cpp376 GuardInfo() : Guard(0), BitIndex(0) {}
377 llvm::GlobalVariable *Guard; member in struct:__anon3124::MicrosoftCXXABI::GuardInfo
1183 GI.Guard = 0;
1187 if (!GI.Guard) {
1198 GI.Guard = new llvm::GlobalVariable(CGM.getModule(), GuardTy, false,
1200 GI.Guard->setVisibility(GV->getVisibility());
1202 assert(GI.Guard->getLinkage() == GV->getLinkage() &&
1214 llvm::LoadInst *LI = Builder.CreateLoad(GI.Guard);
1224 Builder.CreateStore(Builder.CreateOr(LI, Bit), GI.Guard);
H A DItaniumCXXABI.cpp1305 llvm::GlobalVariable *Guard; member in struct:__anon3123::CallGuardAbort
1306 CallGuardAbort(llvm::GlobalVariable *Guard) : Guard(Guard) {} argument
1309 CGF.EmitNounwindRuntimeCall(getGuardAbortFn(CGF.CGM, Guard->getType()),
1310 Guard); local
1336 // Guard variables are 64 bits in the generic ABI and size width on ARM
H A DCodeGenFunction.h2342 llvm::GlobalVariable *Guard = 0);
/freebsd-9.3-release/contrib/llvm/lib/ExecutionEngine/OProfileJIT/
H A DOProfileWrapper.cpp58 MutexGuard Guard(OProfileInitializationMutex);
/freebsd-9.3-release/contrib/llvm/lib/Transforms/Instrumentation/
H A DBoundsChecking.cpp83 IRBuilder<>::InsertPointGuard Guard(*Builder);
H A DAddressSanitizer.cpp1168 // We create a Guard boolean variable with the same linkage
1170 // if (*Guard) {
1172 // *Guard = 1;
1174 // The accesses to Guard are atomic. The rest of the logic is
1190 GlobalVariable *Guard = new GlobalVariable( local
1193 LoadInst *Load = IRB.CreateLoad(Guard);
1202 StoreInst *Store = IRB.CreateStore(ConstantInt::get(Int8Ty, 1), Guard);
/freebsd-9.3-release/contrib/llvm/lib/Transforms/Utils/
H A DFlattenCFG.cpp269 IRBuilder<>::InsertPointGuard Guard(Builder);
/freebsd-9.3-release/contrib/llvm/lib/Analysis/
H A DScalarEvolutionExpander.cpp181 BuilderType::InsertPointGuard Guard(Builder);
552 BuilderType::InsertPointGuard Guard(Builder);
1073 BuilderType::InsertPointGuard Guard(Builder);
1227 BuilderType::InsertPointGuard Guard(Builder);
1283 BuilderType::InsertPointGuard Guard(Builder);
1521 BuilderType::InsertPointGuard Guard(Builder);
1559 BuilderType::InsertPointGuard Guard(Builder);
/freebsd-9.3-release/usr.bin/calendar/calendars/
H A Dcalendar.history130 05/04 Four Kent State students are shot down by the National Guard, 1970
/freebsd-9.3-release/contrib/llvm/lib/Transforms/InstCombine/
H A DInstCombineMulDivRem.cpp495 BuilderTy::FastMathFlagGuard Guard(*Builder);
511 BuilderTy::FastMathFlagGuard Guard(*Builder);
549 BuilderTy::FastMathFlagGuard Guard(*Builder);
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Frontend/
H A DASTUnit.cpp122 llvm::MutexGuard Guard(getOnDiskMutex());
134 llvm::MutexGuard Guard(getOnDiskMutex());
149 llvm::MutexGuard Guard(getOnDiskMutex());
/freebsd-9.3-release/contrib/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp1330 IRBuilder<>::InsertPointGuard Guard(Builder);
H A DLoopVectorize.cpp1037 IRBuilder<>::InsertPointGuard Guard(Builder);

Completed in 335 milliseconds