HomeSort by relevance Sort by last modified time
    Searched defs:Cfg (Results 1 - 4 of 4) sorted by null

  /device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDriver1CommandsLib/
Devices.c 24 @param[in, out] Cfg On successful return this buffer will be
48 IN OUT BOOLEAN *Cfg,
63 || Cfg == NULL
72 *Cfg = FALSE;
101 *Cfg = TRUE;
143 BOOLEAN Cfg;
232 Status = GetDeviceHandleInfo(*HandleListWalker, &Type, &Cfg, &Diag, &Parents, &Devices, &Children, &Name, Language);
242 Cfg?(SfoFlag?L'Y':L'X'):(SfoFlag?L'N':L'-'),
  /external/swiftshader/third_party/subzero/src/
IceCfg.h 11 /// \brief Declares the Cfg class, which represents the control flow graph and
29 class Cfg {
30 Cfg() = delete;
31 Cfg(const Cfg &) = delete;
32 Cfg &operator=(const Cfg &) = delete;
37 ~Cfg();
39 static std::unique_ptr<Cfg> create(GlobalContext *Ctx,
41 return std::unique_ptr<Cfg>(new Cfg(Ctx, SequenceNumber))
    [all...]
IceCfg.cpp 11 /// \brief Implements the Cfg class.
37 Cfg::Cfg(GlobalContext *Ctx, uint32_t SequenceNumber)
58 Cfg::~Cfg() {
68 // Called in the initalizer list of Cfg's constructor to create the Allocator
71 ArenaAllocator *Cfg::createAllocator() {
83 std::string Cfg::getFunctionNameAndSize() const {
101 void Cfg::setError(const std::string &Message) {
106 CfgNode *Cfg::makeNode()
    [all...]
  /device/linaro/bootloader/edk2/NetworkPkg/IpSecDxe/Ikev2/
Payload.c     [all...]

Completed in 172 milliseconds