Home
last modified time | relevance | path

Searched defs:Enter (Results 1 – 11 of 11) sorted by relevance

/freebsd/contrib/bearssl/T0/
H A DCPU.cs65 internal void Enter(Opcode[] code, int numLocals) in Enter() method in CPU
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntimeGPU.cpp47 void Enter(CodeGenFunction &CGF) override { in Enter() function in __anon61bd5b670111::NVPTXActionTy
726 void Enter(CodeGenFunction &CGF) override { in emitNonSPMDKernel() function in CGOpenMPRuntimeGPU::emitNonSPMDKernel::NVPTXPrePostActionTy
821 void Enter(CodeGenFunction &CGF) override { in emitSPMDKernel() function in CGOpenMPRuntimeGPU::emitSPMDKernel::NVPTXPrePostActionTy
1012 void Enter(CodeGenFunction &CGF) override { in emitTeamsOutlinedFunction() function in CGOpenMPRuntimeGPU::emitTeamsOutlinedFunction::NVPTXPrePostActionTy
H A DCGOpenMPRuntime.h61 virtual void Enter(CodeGenFunction &CGF) {} in Enter() function
H A DCGOpenMPRuntime.cpp163 void Enter(CodeGenFunction &CGF) override { in Enter() function in __anon93cce0fb0111::CGOpenMPTaskOutlinedRegionInfo::UntiedTaskActionTy
1986 void Enter(CodeGenFunction &CGF) override { in Enter() function in __anon93cce0fb0a11::CommonActionTy
5809 void Enter(CodeGenFunction &CGF) override { in Enter() function in __anon93cce0fb2711::OMPUsesAllocatorsActionTy
H A DCGStmtOpenMP.cpp7391 void Enter(CodeGenFunction &CGF) override { in EmitOMPTargetDataDirective() function in CodeGenFunction::EmitOMPTargetDataDirective::DevicePointerPrivActionTy
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseOpenACC.cpp32 Enter, enumerator
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DIteratorModeling.cpp832 if (auto Enter = PP.getAs<CallEnter>()) { in findCallEnter() local
/freebsd/contrib/llvm-project/lldb/source/Host/common/
H A DEditline.cpp261 void Enter(const EditLineCharType *line_cstr) { in Enter() function in lldb_private::line_editor::EditlineHistory
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DPPDirectives.cpp2320 enum { Enter, Import, Skip, IncludeLimitReached } Action = Enter; in HandleHeaderIncludeOrImport() enumerator
/freebsd/contrib/llvm-project/clang/include/clang/Parse/
H A DParser.h1217 void Enter(unsigned ScopeFlags) { in Enter() function
/freebsd/contrib/llvm-project/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp4919 BasicBlock *Enter = OutermostLoop->getPreheader(); in tileLoops() local