Home
last modified time | relevance | path

Searched defs:Allow (Results 1 – 13 of 13) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DEPCDynamicLibrarySearchGenerator.h62 SymbolPredicate Allow; global() variable
H A DExecutionUtils.h259 SymbolPredicate Allow; variable
H A DCore.h2015 SymbolPredicate Allow; variable
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DProfileList.h33 Allow, enumerator
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DEPCDynamicLibrarySearchGenerator.cpp20 ExecutionSession &ES, const char *LibraryPath, SymbolPredicate Allow, in Load()
H A DExecutionUtils.cpp222 sys::DynamicLibrary Dylib, char GlobalPrefix, SymbolPredicate Allow, in DynamicLibrarySearchGenerator()
230 SymbolPredicate Allow, in Load()
H A DCore.cpp613 SymbolPredicate Allow) in ReexportsGenerator()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMTargetTransformInfo.h54 enum MemTransfer { ForceDisabled = 0, ForceEnabled, Allow }; enumerator
/freebsd/sys/contrib/dev/acpica/components/debugger/
H A Ddbexec.c724 UINT8 Allow; in AcpiDbMethodThread() local
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DYAMLTraits.cpp50 void IO::setAllowUnknownKeys(bool Allow) { in setAllowUnknownKeys()
474 void Input::setAllowUnknownKeys(bool Allow) { AllowUnknownKeys = Allow; } in setAllowUnknownKeys()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExpr.cpp3548 llvm::Value *Allow = in EmitCheck() local
H A DCGBuiltin.cpp3451 llvm::Value *Allow = Builder.CreateCall( in EmitBuiltinExpr() local
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaCodeComplete.cpp293 void allowNestedNameSpecifiers(bool Allow = true) { in allowNestedNameSpecifiers()